andreamazz/SlideOutNavigation

Navigation Controller subclass

bastich1 opened this issue · 2 comments

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

Greetings!.

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

Great!. Thanks!. ^^