I'm trying to get my UITableView to slowly scroll downwards at a steady speed, which I can specify. I've used scrollToRowAtIndexPath, but whether or not I choose to animate it, it's an almost instant movement. I'm looking at something that moves much more slowly.
I did wonder whether I could do something with a UIView animation block, moving one indexPath.row at a time, but since my cells are different heights, this would cause uneven animation speed.
Any other ways I can do this?
