Is it possible to set minimal height for cell? I use dynamic:
tableView.estimatedRowHeight = 83.0 tableView.rowHeight = UITableViewAutomaticDimension
Have you tried creating a constraint in your custom UITableViewCell's view of height >= 60.0?
UITableViewCell
height >= 60.0