How would I scroll a UITableView to a specific position with an animation?
Currently I\'m using this code to jump to a position:
//tableController ->
I know it's maybe too late, but maybe it is help to others, now you can scroll a table just with [tableView scrollsToTop].
[tableView scrollsToTop]