NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:3];
indexPath=[NSIndexPath indexPathForRow:0 inSection:3];
[self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:3];
indexPath=[NSIndexPath indexPathForRow:0 inSection:3];
[self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];
本文标题:UITableView滚动到指定section row
本文链接:https://www.haomeiwen.com/subject/biuhlqtx.html
网友评论