Navigation Controller subclass
bastich1 opened this issue · 2 comments
bastich1 commented
is there a way to subclass the navigation controller??, or a way to override some methods?.
Greetings!.
andreamazz commented
Hi @bastich1
You can provide your own Navigation controller using this property of the AMSlideOutnavigationController
:
objc @property (nonatomic, assign) Class navigationControllerClass;
bastich1 commented
Great!. Thanks!. ^^