tableView如何优化、 处理卡顿问题? - JJCao - 博客园
2016年3月22日 - tableView如何优化、 处理卡顿问题?- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { 第...
如何优化tableView的使用?
2016年5月19日 - 7.如果cell 是动态的行高,计算出高度之后一定要缓存 8.cell 的高度如果固定的话,就要直接使用cell.rowHeight 设置高度。 如何优化tableView的使用? 标...