美文网首页
UICollectionViewCell 位置获取

UICollectionViewCell 位置获取

作者: pingxhcn | 来源:发表于2019-05-08 20:30 被阅读0次

    // 获取 cell 在屏幕中的位置 , 根据 cell 的 x ,判断cell的位置,是否显示 line

      UICollectionViewLayoutAttributes * att = [collectionView layoutAttributesForItemAtIndexPath:indexPath];
      CGRect cellRect = att.frame;
      CGRect cellFrame = [collectionView convertRect:cellRect toView:collectionView];

    相关文章

      网友评论

          本文标题:UICollectionViewCell 位置获取

          本文链接:https://www.haomeiwen.com/subject/ijovoqtx.html