I was looking at EGOTableViewPullRefresh
where when we hold down the tableview
, and it gets refreshed.
I need to do the following;
I need the user to scroll to the bottom of the Table View and hold-on and then the page to add more records. Is this possible ?
Update:
In foursqure and twitter, we could hold the scroll for awhile and arrow signs gets displayed as the application refresh.
I need to implement something similar to this, but the user will have to go to the last record of the tableview and hold to display the arrow sign and it should display the next 10 records.