UITableViewController dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath 报错
添加这一句 [tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:indentifier]; 加入到初始化tableview时
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath];
浙公网安备 33010602011771号