I need to scroll to a position of a UITableView after the viewDidLoad...for example scroll to section 2 row 4.
How I can do that开发者_如何转开发?
Thanks
Have you tried UITableView's -(void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated
精彩评论