NSIndexPath *path = [NSIndexPath indexPathForRow:self.list.count-1 inSection:0];[self.tableView scrollToRowAtIndexPath:path atScrollPosition:UITableViewScrollPositionBottom animated:NO];
本文共 231 字,大约阅读时间需要 1 分钟。
NSIndexPath *path = [NSIndexPath indexPathForRow:self.list.count-1 inSection:0];[self.tableView scrollToRowAtIndexPath:path atScrollPosition:UITableViewScrollPositionBottom animated:NO];
转载于:https://my.oschina.net/cgphp/blog/410593