gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

demoVC9 部分优化 #35

Closed rayonchen closed 8 years ago

rayonchen commented 8 years ago

demoVC9 性能优化----在UITableViewDataSource中 不进行数据绑定, 在cell出现之前就会运行的方法 - (void)tableView:(UITableView )tableView willDisplayCell:(UITableViewCell )cell forRowAtIndexPath:(NSIndexPath )indexPath 进行数据绑定 cell内容图片为3时,展示为一行 在- (CGFloat)tableView:(UITableView )tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath 中布局cell高度时,有个小建议

gsdios commented 8 years ago

感谢提供建议,可以加入下qq群497140713 详细说下