I thought this information would have been easier to find :-)
What is the default height of a UITableViewCell? It looks like 44 pixels, but I\'d prefer to be sure.>
In Swift 4 and Swift 5 simply use:
UITableView.automaticDimension
Using 44px won't suffice because it will vary with different screen pixel densities.