滚动到最后一行

Posted 小眼奇遇记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了滚动到最后一行相关的知识,希望对你有一定的参考价值。

QQ会话中总是希望添加一行就向上滚动总是显示最新的消息

NSIndexPath *lastIndexPath = [NSIndexPath indexPathForRow:_messageArray.count-1 inSection:0];记录最下面的行的位置

[self.QQTalkTableView scrollToRowAtIndexPath:lastIndexPathatScrollPosition:UITableViewScrollPositionBottom animated:YES];滚到哪里

以上是关于滚动到最后一行的主要内容,如果未能解决你的问题,请参考以下文章