caipivara
3/19/2015 - 9:24 PM

Automatic Row Height iOS 8

Automatic Row Height iOS 8

// Without an estimate
tableView.rowHeight = UITableViewAutomaticDimension

// With an estimate
tableView.estimatedRowHeight = 44