TableViewCell自适应高度

//初始化TableView时设置

self.tv.estimatedRowHeight=54;
self.tv.rowHeight=UITableViewAutomaticDimension;

posted @ 2015-10-23 10:55  LiLM  阅读(159)  评论(0编辑  收藏  举报