I have a table view in my iPhone app
in that i want to implement two actions
when user scrolls the table to top.
When the user pulls down the table view.
For Ex:
If(UserScrollThe tableViewToTop)
{
perform action: 1
}
If(UserScrollThe tableViewToDown)
{
perform action: 2
}
How can we know that the use move the table to Top / bottom..?