Basically I have a table view that I scroll via:
[self.tableView scrollToRowAtIndexPath:indexPath
atScrollPosition:UITableViewScrollPositionTop
animated:YES];
But when I do this it scrolls really fast, and I want it to scroll a little slower. How can this be accomplished?