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

tableViewcell页码

时间:2017-12-23 21:24:15      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:位置   dex   wce   pat   span   body   str   ble   format   

如何获取uitableview中最上面的可见cell的索引

如何获得UITableViewCell 在屏幕中的位置

如何获取当前屏幕上的cell是第几个cell

如何获取cell位置

如何在tableView上显示页码

-(void)scrollViewDidScroll:(UIScrollView *)scrollView

{

    NSIndexPath *path =  [_tableView indexPathForRowAtPoint:CGPointMake(scrollView.contentOffset.x, scrollView.contentOffset.y)];

    label.text = [NSString stringWithFormat:@"%li / 31",(long)path.row+1];

}

tableViewcell页码

标签:位置   dex   wce   pat   span   body   str   ble   format   

原文地址:http://www.cnblogs.com/wangbinios/p/8094273.html

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