1:cell重用。
2:draw异步对图层绘制。
3:异步加载图片。
4:减少对透明图层的使用。
5:对cell高度进行缓存和提前计算
6:动态加载cell时减少对控件加载
//让tableView可编辑 - (BOOL)tableView:(UITableView*)tableView...
禁止 tableView 回弹的方法 self.tableView.bounce = NO; tableView...
今天在tableview的- (void)tableView:(UITableView *)tableView d...
tableView组成: tableView = 一个tableView HeaderView + 若干个sect...
tableView.bounces 导致 tableView cell 点击失效问题?设置了 tableView....
在- (UITableViewCell *)tableView:(UITableView *)tableView ...
(void)tableView:(UITableView *)tableView willDisplayCell:...
- (UITableView *)tableView { if (!_tableView) { _tableVie...
-(void)tableView:(UITableView )tableView willDisplayCell:...
本文标题:tableView
本文链接:https://www.haomeiwen.com/subject/qbbtixtx.html
网友评论