nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

Expose delegate interface #28

Closed ajsharp closed 6 years ago

ajsharp commented 10 years ago

It would be nice, instead of needing to implement the callback methods on each content view controller (or a superclass), if the option were available to handle the callbacks in a delegate object. Are you open to the idea?

ajsharp commented 10 years ago

@nverinaud any thoughts on this?

nverinaud commented 10 years ago

Hum... I followed Apple conventions for UIViewController container. I'm very time limited nowadays but I could accept PRs adding delegation feature and notifications.

nverinaud commented 6 years ago

Due to inactivity here I close this issue. Feel free to reopen it if you really need this feature. 😉