iosiOS tableView 的一些使用

Posted

tags:

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

以后会慢慢添加

滑动到指定的cell       

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

取出屏幕可见cell 

       NSArray *cells = self.tableView.visibleCells; 

 

以上是关于iosiOS tableView 的一些使用的主要内容,如果未能解决你的问题,请参考以下文章

iosiOS 地图 自定义以及添加锚点

TableView Rotation 调整子视图的大小

Tableview 优化Cell的复用机制01

iOSiOS数据存储,应用沙盒,XML,Preference,NSKeyedArchiver归档,SQLite3

tableview封装使用

Swift 2:从单独的标签栏控制器更新 TableView