In a tableview we usually load like a few records (example: 10 records), and then if the user wants more he goes and clicks on the next button, where we load another 10 records.
Instead of clicking on a button to load the next 10 records, i want the user to push down the last record and then load another 10 records. Look at the pull To Refresh project. In this the user will have to hold/pull the first record for awhile to refresh the page. In a similar manner, i want the user to hold/pull the last record to load another 10 records.
Is this possible? and how could i modify the code to do this ?
Important facts:
1.) the arrow image should always point to the last record.
2.) When the user holds the image down, then another 10 records should load, and the arrow image should now be on the 21st record (the last record).
How can i do this programatically ?
looks like strange way to refresh, but why not 🙂
handle it:
and vu a la