I have a tableview with different cell heights using the heightForRowAtIndexPath: method.
heightForRowAtIndexPath:
I would like to dynamically set the height of a UITable
UITable
You can set the frame of the tableView at any moment. You can even animate that change in size.