SebastienMichoy/MSSlidingPanelController

Include EmptySegue in POD?

Closed this issue · 1 comments

First, thanks for the excellent library.

While I was integrating your lib with my project, I was following the storyboard guide and was stumped when it wasn't working despite how simple the setup was. After digging a bit I logged the exception from setViewsForStoryboard and saw:

Could not find a segue class named 'EmptySegue'

Ooops! Adding it made the example work. I for some reason assumed EmptySegue was part of the standard Apple kit. Perhaps adding it to the Pod would be appropriate?

Thanks,
Max

Hi!

I don't really think it is usefull to add this file to the Pod. However it can be a good idea to give more information in the documentation (probably in the EXAMPLES.md).

Thanks for your return!