标签:
添加这一句 [tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:indentifier]; 加入到初始化tableview时
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath];
UITableViewController dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath 报错
标签:
原文地址:http://www.cnblogs.com/yanggenwei/p/5002937.html