5

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

Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
Hiro3
  • 201
  • 1
  • 3
  • 11
  • Why don't you use UIScrollView inside the cell? The collectionView can scroll vertically, while the UIScrollView's inside the cell can scroll horizontally – mrt Dec 04 '13 at 11:52
  • UICollectionView can horizontal scroll. But I want to use uitableview or uicollectionview... is this bad idea...? – Hiro3 Dec 04 '13 at 12:13

0 Answers0