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

Cannot set delegate to BufferedNavigationController #8

Open
ajonnet opened this issue Feb 13, 2015 · 2 comments
Open

Cannot set delegate to BufferedNavigationController #8

ajonnet opened this issue Feb 13, 2015 · 2 comments

Comments

@ajonnet
Copy link

ajonnet commented Feb 13, 2015

BufferedNavigationController seems to be using delegate property itself. So, upon setting up a delegate to it, it does not do any transition.

https://github.com/Plasma/BufferedNavigationController/blob/master/BufferedNavigationController.m#L32

@Usipov
Copy link

Usipov commented Dec 8, 2015

@ajonnet this can be fixed by creating a Proxy and setting it as a delegate. The proxy will forward invocations to all of the real delegates

@ajonnet
Copy link
Author

ajonnet commented Dec 8, 2015

@Usipov, that is what i had did at that time. To what i remember, i put it as an issue here because i believed that it should be handled internally, so the experience of anybody using the library should be transparent.

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