码迷,mamicode.com
首页 > 其他好文 > 详细

滚动到最后一行

时间:2016-06-21 12:44:46      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

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

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

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

滚动到最后一行

标签:

原文地址:http://www.cnblogs.com/ritian/p/5603063.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!