tableview 自动滑动到某一行

NSIndexPath *scrollIndexPath = [NSIndexPath indexPathForRow:10 inSection:0]; [[self tableView] scrollToRowAtIndexPath:scrollIndexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];

posted on 2014-07-14 11:40  三十一  阅读(222)  评论(0)    收藏  举报

导航