首页 > 代码库 > heightCanBeGuessed的错误处理

heightCanBeGuessed的错误处理

heightCanBeGuessed的错误处理

by 伍雪颖

error:
[UITableViewRowData rectForRow:inSection:heightCanBeGuessed:]

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

heightCanBeGuessed的错误处理