I want to display an arrow which indicates the user to scroll up or down in a table depending on the data in the table.
i.e Down arrow indicating user to scroll down or Up arrow indicating scroll up.
How can i gt the current status of the table to display arrows?
Many Thanks,
Avi.
Since UITableView is the subclass of UIScrollView. Implement the followin UIScrollView delegate in you view controller:
DownArrow and uparrow shoulf be your images placed at the appropriate positions on your view.