heightCanBeGuessed的错误处理
by 伍雪颖
error:
[UITableViewRowData rectForRow:inSection:heightCanBeGuessed:]
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellId forIndexPath:indexPath];
改为:
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellId];
时间: 2024-10-14 00:49:39