Using a UICollectionView from a UICollectionViewCell

后端 未结 6 1648
感情败类
感情败类 2021-01-13 06:38

I have a custom UICollectionViewCell whose content is also a collection and I would like to use UICollectionView to display its content. Is this possible? How would I accomp

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-13 06:50

    This is an example of UICollectionView inside a UICollectionViewCell.

    https://github.com/irfanlone/Collection-View-in-a-collection-view-cell

提交回复
热议问题