创建表视图,调用表视图的代理方法,然后下载。
补充完善
extension DjzCategoryViewController {
func numberOfSectionsInTableView(tableView: UITableView) -> Int {
return 2
}
func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
// if section == 0{
// return self.dataArrayZero[0] as? String
// }else if section == 1{
//
//
// return self.dataArrayZero[1] as? String
// }
//
// dispatch_async(dispatch_get_main_queue()) {
// self.tableView?.reloadData()
// }
return ""
}