ios中怎么判断是否滚动到tableview的最后一行
2个回答
展开全部
[tableView scrollToNearestSelectedRowAtScrollPosition:UITableViewScrollPositionBottom animated:YES];
这个是选择哪一行的cell,让该行的cell滑到tableView的最底端
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:13 inSection:0];
[tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:YES];
这个是指定哪一行的cell,让该行cell滑到tableView的最底端
这个是选择哪一行的cell,让该行的cell滑到tableView的最底端
NSIndexPath *indexPath = [NSIndexPath indexPathForItem:13 inSection:0];
[tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionBottom animated:YES];
这个是指定哪一行的cell,让该行cell滑到tableView的最底端
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询