Could you please help me with circular scrolling in tableview please.
I want that if I scroll down tableview, the rows should go in the reverse way -- it should app
This is very much difficult to implement. However, take a look at the ScorllingMadness, which shows the demo of nested (cyclic) pages in a scroll-view.
You need to use the similar kind of trick here as UITableView is a subclass of UIScrollView.