Return to Snippet

Revision: 23076
at January 29, 2010 11:46 by espinallab


Initial Code
//Move to the top of UITableView

NSIndexPath *i = [NSIndexPath indexPathForRow:0 inSection:0];

[namesTableView scrollToRowAtIndexPath:i atScrollPosition:UITableViewScrollPositionNone animated:YES];

Initial URL

                                

Initial Description

                                

Initial Title
Move to the top of UITableView

Initial Tags

                                

Initial Language
Objective C