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 的一些使用的主要内容,如果未能解决你的问题,请参考以下文章