tableview2 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. tableview row insert - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { NSInteger maxPurchaseListCountInPage = 0; UIInterfaceOrientation orientation = [[UIApplicationsharedApplication] statusBarOrientation]; if( [SystemInfo isPad] ){ if( UIInterfaceOrientationIsLandscape(orientation) ){ }else{ } }else if( [SystemInfo isPhone5] ){ if( UIInte.. 2016. 9. 5. 이전 1 다음