Tips
2016-01-05 本文已影响15人
HaibaraAii
Xocde7 下preview layout preview

按住Option键
tableview cell 自适应高度
self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 120;
按住Option键
self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 120;