我有一个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)
}
我使用下面的示例代码。 https://github.com/moonlsd/TagFlowExample