码迷,mamicode.com
首页 > 其他好文 > 详细

heightCanBeGuessed的错误处理

时间:2014-10-03 11:26:44      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:ios

heightCanBeGuessed的错误处理

by 伍雪颖

error:
[UITableViewRowData rectForRow:inSection:heightCanBeGuessed:]

UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellId forIndexPath:indexPath];
改为:
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellId];

heightCanBeGuessed的错误处理

标签:ios

原文地址:http://blog.csdn.net/rainlesvio/article/details/39754099

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!