tableview 自动滑动到某一行

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

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

导航