码迷,mamicode.com
首页 > 移动开发 > 详细

iosiOS tableView 的一些使用

时间:2016-09-26 13:14:17      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

以后会慢慢添加

滑动到指定的cell       

  [self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:YES scrollPosition:UITableViewScrollPositionTop];   

取出屏幕可见cell 

       NSArray *cells = self.tableView.visibleCells; 

 

iosiOS tableView 的一些使用

标签:

原文地址:http://www.cnblogs.com/LynnAIQ/p/5908676.html

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