must register a nib or a class for the identifier or connect a prototype cell in a storyboard
Following the instructions and stuck on Create CollectionViewController step #2-3.
I have my custom Collection View Cell with .xib files all linked up (frontContainerView, backContainerView, frontConstraintY, backConstraintY)
Gave the collection view a reusable identifier.
Now I don't understand the next part. From what I am getting is that I don't need to drag in a collection view into the storyboard, but somehow just with the ViewController class this will work.
So I have my ViewController inherited from BasePageCollectionCell. My storyboard has nothing but that ViewController.
I am trying to get this to work. Help would be appreciated, thanks.
must register a nib or a class for the identifier or connect a prototype cell in a storyboard
Following the instructions and stuck on Create CollectionViewController step #2-3.
I have my custom Collection View Cell with .xib files all linked up (frontContainerView, backContainerView, frontConstraintY, backConstraintY) Gave the collection view a reusable identifier.
Now I don't understand the next part. From what I am getting is that I don't need to drag in a collection view into the storyboard, but somehow just with the ViewController class this will work.
So I have my ViewController inherited from BasePageCollectionCell. My storyboard has nothing but that ViewController.
I am trying to get this to work. Help would be appreciated, thanks.