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
Try this in viewDidLoad:
[tableView setFrame:CGRectMake(tableView.frame.origin.x, tableView.frame.origin.y + 4, tableView.frame.size.width, tableView.frame.size.height - 65)];