BufferedNavigationController icon indicating copy to clipboard operation
BufferedNavigationController copied to clipboard

Cannot set delegate to BufferedNavigationController

Open ajonnet opened this issue 10 years ago • 2 comments

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

ajonnet avatar Feb 13 '15 08:02 ajonnet

@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

Usipov avatar Dec 08 '15 09:12 Usipov

@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.

ajonnet avatar Dec 08 '15 12:12 ajonnet