Imagine something like this, where the content size is far less than 90000.0f :
tableView.contentOffset = CGPointMake(0.0f, 90000.0f);
After this is called, my table almost scrolls to the bottom of the view but there is about ~30.0f worth of extra scroll view that I have to move to get the table to actually scroll to the bottom.
How can I programmatically get my table to the bottom?