Answers for "how to increase the UITableViewCell height from UITAbleViewCell in swift"

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 "how to increase the UITableViewCell height from UITAbleViewCell in swift"

Code answers related to "Swift"

Browse Popular Code Answers by Language