/ Published in: Objective C
Expand |
Embed | Plain Text
//Move to the top of UITableView [namesTableView scrollToRowAtIndexPath:i atScrollPosition:UITableViewScrollPositionNone animated:YES];
You need to login to post a comment.
espinallab on 01/29/10
2 people have marked this snippet as a favorite
//Move to the top of UITableView [namesTableView scrollToRowAtIndexPath:i atScrollPosition:UITableViewScrollPositionNone animated:YES];
You need to login to post a comment.