I need to get the full height of a UITableView (i.e. the height at which there would be nothing more to scroll). Is there any way to do this?
UITableView
I\'ve tried
Try passing in a different CGSize parameter instead of CGSizeZero. The sizeThatFits: method uses that parameter to calculate its result. Try passing in self.view.size from whatever class is making that call.