In my application I have table view cells with height of table view. When user scrolls it some times stops in between two cells, that is by showing half a cell,cell separator and half of other cell.
Is there any way by which I can scroll the table, after user rotation to a single cell?
What we want is the table view should scroll to a single row automatically after user scroll.