CollectionView单元移出框架

时间:2018-08-29 12:44:04

标签: ios swift uicollectionview

我有一个UICollectionView单元格已移出集合视图框架。

func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout,
                        sizeForItemAt indexPath: IndexPath) -> CGSize {
    self.configureCell(cell: self.sizingCell!, forIndexPath: indexPath as NSIndexPath, tag: collectionView.tag)
    return self.sizingCell!.systemLayoutSizeFitting(UILayoutFittingCompressedSize)
}

Chick link to see the issue

我使用下面的示例代码。 https://github.com/moonlsd/TagFlowExample

0 个答案:

没有答案