Yalantis / DisplaySwitcher

Custom transition between two collection view layouts
https://yalantis.com
MIT License
2.33k stars 190 forks source link

Invalid parameter not satisfying: (name != nil) && ([name length] > 0) #10

Closed mogsten closed 7 years ago

mogsten commented 8 years ago

Keep getting the error Invalid parameter not satisfying: (name != nil) && ([name length] > 0) while loading the view, app works, everything works, just loading the view crashes the app.

serejahh commented 8 years ago

Hi @mogsten. Thanks for your interest!

I didn't get what you mean. When do you get the error? When do you check the conditions?

mogsten commented 8 years ago

OK, I have fixed this, by setting xibName and id instead of passing variables, but now, nothing will show on the screen I can see what happens when it switches from Grid to List but it disappears when the animation finishes

serejahh commented 8 years ago

Could you describe more details or provide your project?