在ios程序中自己主动滚动TableView到某行的方法
比方tableview窗体能够显示 30 行, 我想在填充tableview 100 条数据后 选择第 50行, 能把这一行显示到窗体内, 就像手动拖滚动栏到 第 50行一样,要怎样实现呢?
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:_currentRow inSection:0]
animated:YES
scrollPosition:UITableViewScrollPositionMiddle];
posted on 2017-04-26 13:07 cynchanpin 阅读(471) 评论(0) 编辑 收藏 举报