iOS tableview滑动到底部失效scrollToRowAtIndexPath:

[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:count - 1 inSection:0] atScrollPosition:UITableViewScrollPositionNone animated:NO];

添加

_tableView.estimatedRowHeight = 0;
_tableView.estimatedSectionFooterHeight = 0;
_tableView.estimatedSectionHeaderHeight = 0;

你可能感兴趣的:(iOS tableview滑动到底部失效scrollToRowAtIndexPath:)