Using a UICollectionView from a UICollectionViewCell

后端 未结 6 1634
感情败类
感情败类 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:48

    From what I understand this isn't possible.

    I tried doing it in storyboard and get the error:

    "Container Views cannot be placed in elements that are repeated at runtime"

提交回复
热议问题