
How do you programmatically show this message using three20’s TTTableHeaderDragRefreshView? (Though this example is not from three20)
Can I control the scrolling to scroll to the top with a little negative y value, just to show that message: “Pull Down to Update/Refresh?”
Yes, you will have to change the content offset of the table manually and call the table’s reload function. this will create the same effect the user sees when he tries to update the content by scrolling to the top of the table:
and then, just add a button to use this reload function:
You might need also to invalidate your datasource, to force the update, because if the data is stored in the cache, the drag to refresh will appear and hide immediately.