获取当前显示的UITableViewCell

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

table 同上

 

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