Answers for "increase uitableviewcell height dynamically"

1

uitableviewcell automatic height

self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 44.0; // set to whatever your "average" cell height is
Posted by: Guest on April-16-2020

Code answers related to "increase uitableviewcell height dynamically"

Code answers related to "Swift"

Browse Popular Code Answers by Language