I have read the guidelines for contributing and I understand
Describe the bug
App is crashing in init method of UISideMenuNavigationController, if New class is inherited from UISideMenuNavigationController & used.
To Reproduce
Steps to reproduce the behavior:
As per stack overflow answers for error *unimplemented initializer 'init(nibName:bundle:)' for class * we must override initWithNibName method but subclass of UISideMenuNavigationController is not allowed to override initWithNibName as it is not overridden in UISideMenuNavigationController.
ok, rollback to 5.0.3 until fix this...
waiting fix
Fixed in 6.0.2.
Most helpful comment
Fixed in 6.0.2.