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

iPhone UITableViewCell如何滚动到视图顶端。

时间:2016-01-06 18:05:36      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:

如何让UITableViewCell滚动到视图顶端。

- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated;
- (void)scrollToNearestSelectedRowAtScrollPosition:(UITableViewScrollPosition)scrollPosition animated:(BOOL)animated;
这两个方法都可以用,第一个函数是吧当前行滚动到指定位置,(UITableViewScrollPosition)scrollPosition-这个有四个选择:top,mid,bot,,,,,第二个函数是滚动到最近的位置

iPhone UITableViewCell如何滚动到视图顶端。

标签:

原文地址:http://www.cnblogs.com/duyuiOS/p/5106349.html

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