Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 257 Bytes

File metadata and controls

19 lines (11 loc) · 257 Bytes

AutoSizingCell

UITableView auto sizing code:

// Swift
tableView.rowHeight = UITableView.automaticDimension
tableView.estimatedRowHeight = 44

UITableView set auto sizing constraints:

table_cell

Result:

demo