0

I try to add the object "Collection View Cell" inside the object "Collection View" with the Interface Builder but it is impossible.

I work with nib files (Not Storyboard). When I drop the object "Collection View Cell" the editor will not let me.

I work with XCode 5.0.2, and the project is developed for iOS 6.0 and later.

I have the Apple sample code "CollectionView-Simple" and I try to do the same.

Someone has been in the same situation?

Markus
  • 1,147
  • 16
  • 26

1 Answers1

0

Found it!

UICollectionView doesn't contain UICollectionViewCell in IB

The sample code (Download Zip file):

https://github.com/timd/CollectionViewExample

Community
  • 1
  • 1
Markus
  • 1,147
  • 16
  • 26