I\'ve spent several days trying to figure this out, but there doesn\'t seem to be a solution. I have a very basic UITableView cell with two labels in it. One of them will be
What you want to achieve can be done by a simple implementation of heightForRowAtIndexPath from the tableView delegate.
If you're unsure what cell should have what height you can just calculate it on runtime.