Cell1 xcode table cell dynamic height(테이블뷰 동적높이) viewDidLoad self.table.estimatedRowHeight = 44.0 ;self.table.rowHeight = UITableViewAutomaticDimension; -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{return UITableViewAutomaticDimension;} 2016. 9. 20. 이전 1 다음