DisplayTestDemo icon indicating copy to clipboard operation
DisplayTestDemo copied to clipboard

UI性能测试

Results 1 DisplayTestDemo issues
Sort by recently updated
recently updated
newest added

有几点疑惑,想请教下作者: 1, Autolayout+AotomaticDimension:计算cell 的高度方法,重复执行多次,见截图. ![2016-11-17 5 51 31](https://cloud.githubusercontent.com/assets/7531102/20384380/8e9948f2-acee-11e6-9c68-ee5d6ad8271d.png) 2,除了Autolayout+AotomaticDimension,其他几种计算的cell 高度貌似有问题,注意观察textView 的底部空白间隙,不是很均匀. 一点建议: 1,计算cell 高度时,都添加上代码:self.tableView.estimatedRowHeight = 100;可以避免系统一口气将所有的cell 高度计算出来.