hebertialmeida/HAPaperViewController

Redraw cell after while zooming

kosicki123 opened this issue · 4 comments

Hi, I just started to use your app and based on facebook's paper, you need to redraw your cell while zooming, otherwise, if you add something to the cell and zoom in and out, ui components will move to other places.

Thanks for the great component!

Hi @kosicki123 can you do this and make a pul request?

I'll try! :D

Not sure why, but I can't design my custom collection cell at storyboard in your project. I made a test project which works perfectly, things are almost exactly the same, can't get why. In my project I don't even need to registerClass:forCellWithReuseIdentifier. But if I comment that at your project, it crashes, you know why is that happening? :O

You can create a subclass and register your subclass.