Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get delegates to fire #19

Closed
ttupper92618 opened this issue Mar 28, 2018 · 2 comments
Closed

Unable to get delegates to fire #19

ttupper92618 opened this issue Mar 28, 2018 · 2 comments

Comments

@ttupper92618
Copy link

Is there an example of using the delegates somewhere? I'm having trouble getting any delegate method to fire, and I badly need to be able to respond to drawer state as it changes.

@ttupper92618
Copy link
Author

I worked around this using notificationCenter, but it would still be nice to understand the proper way to consume the delegate methods. Ostensibly, conforming the view and including the delegate methods should work, correct? But that does not in fact happen; delegates are never called.

I do not want to use rxSwift.

@kawoou
Copy link
Owner

kawoou commented Mar 30, 2018

If you do not use RxSwift, try this:

pod 'KWDrawerController/Core'

Delegates are not called issues are also resolved in this way.

@kawoou kawoou closed this as completed Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants