首页 > 其他 > 详细

UITableViewController dequeueReusableCellWithIdentifier:indentifier forIndexPath:indexPath 报错

时间:2015-11-28 18:06:05      阅读:321      评论:0      收藏:0      [点我收藏+]

添加这一句 [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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!