您的位置:首页 > 产品设计 > UI/UE

UITableViewAutomaticDimension

2016-03-31 10:29 537 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: