andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

Navigation Controller subclass #84

Closed bastich1 closed 9 years ago

bastich1 commented 9 years ago

is there a way to subclass the navigation controller??, or a way to override some methods?.

Greetings!.

andreamazz commented 9 years ago

Hi @bastich1 You can provide your own Navigation controller using this property of the AMSlideOutnavigationController:
`objc @property (nonatomic, assign) Class navigationControllerClass; `

bastich1 commented 9 years ago

Great!. Thanks!. ^^