获取当前显示的UITableViewCell

 UICollectionView *ta = (UICollectionView *)scrollView;
    NSArray *Vells = [ta visibleCells];
    
    NSIndexPath *dex = [ta indexPathForCell:Vells[0]];

table 同上

 

posted @ 2016-03-21 18:09  杨大龙dalong  阅读(596)  评论(0编辑  收藏  举报