Sportica   Sportica

tableView 第一次加载后定位到某一行

//在- (void)viewDidLoad方法中加入
//加载后自动定位到某一行
    NSIndexPath *idxPath = [NSIndexPath indexPathForRow:8 inSection:0];//定位到第8行
    [self.resultCommunityTableview scrollToRowAtIndexPath:idxPath 
                          atScrollPosition:UITableViewScrollPositionMiddle 
                                  animated:NO];
posted @ 2012-08-24 15:48  qingjoin  阅读(3024)  评论(0编辑  收藏  举报
  Sportica