Upvote:1

tableView.estimatedRowHeight = 120 // initial height to help auto-layout such as current cell height in xib  
tableView.rowHeight = UITableViewAutomaticDimension

Credit Goes to: stackoverflow.com

Related question with same questions but different answers