You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: