Is there a way to make UITableViews scroll cell to cell? That is, the top of the Table View is always the top of a UITableViewCell.
I tried the pageation flag, but t
You simply need to call scrollToRowAtIndexPath:atScrollPosition:animated: and pass it the right index path for the cell you want.
scrollToRowAtIndexPath:atScrollPosition:animated: