码迷,mamicode.com
首页 > 其他好文 > 详细

UITableViewAutomaticDimension

时间:2016-03-31 10:47:03      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

tableView.rowHeight = UITableViewAUtomaticDimension

UITableViewAutomaticDimension is the default value for rowHeight,

it is useful for understanding what is going on. Setting the
estimatedRowHeight property on the table view can improve performance. Instead
of asking each cell for its height when the table view loads, setting this property allows
some of that performance cost to be deferred until the user starts scrolling.

 

UITableViewAutomaticDimension

标签:

原文地址:http://www.cnblogs.com/davidgu/p/5340163.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!