I am trying to create a long UITableView, i would like to have a button that allows users can go back to the top of the table by pressing a button at the bottom of the table.
May I know how could it do this?
-(IBAction) goUp (id) sender{
????code????
}
Thanks
In another way you can call
scrollToRowAtIndexPath:atScrollPosition:animated: