Ramotion / expanding-collection

:octocat: ExpandingCollection is an animated material design UI card peek/pop controller. iOS library made by @Ramotion
https://www.ramotion.com/smartphone-app-development-ui-library-to-peek-and-pop-cards/
MIT License
5.55k stars 529 forks source link

must register a nib or a class for the identifier... #27

Open jayvenn opened 8 years ago

jayvenn commented 8 years ago

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.

hoss27 commented 5 years ago

same issues