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
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"