Is it possibile add UIRefreshControl at the bottom of the UITableView? I would use it to load more data. Please, Any suggest?
UIRefreshControl
UITableView
I've been stuck on the same problem recently and write a category for UIScrollView class. Here it is CCBottomRefreshControl.