Uitableviewcell Automatic Height

[Solved] Uitableviewcell Automatic Height | Swift - Code Explorer | yomemimo.com
Question : uitableviewcell automatic height

Answered by : mobile-star

self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 44.0; // set to whatever your "average" cell height is

Source : | Last Update : Thu, 23 Apr 20

Answers related to uitableviewcell automatic height

Code Explorer Popular Question For Swift