ContainerView on UICollectionViewCell

1.1k Views Asked by At

I created a Container View in my iOS App Storyboard. I want to page horizontally in one of the cells in the UICollectionView (like a FragmentPager of Android). However, an error occurs if you put in the Container View in a UICollectionViewCell:

Storyboard: error: Illegal Configuration: Container Views cannot be placed in elements that are repeated at runtime

0

There are 0 best solutions below