Unable to perform push segue from subclass of OnboardingViewController
There are some push related issues already closed, but I checked out them and they are not similar to what I am experiencing right now.
When I subclass OnboardingViewController and use it in UINavigationController, push segue is not working. In case I switch back to UIViewController and try to use the push segue, everything works again.
Exception: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Receiver (<MyViewController: 0x7fc6d0e82f90>) has no segue with identifier 'show''
Detailed information on http://stackoverflow.com/questions/34113645/custom-sublcass-of-uiviewcontroller-throws-reciever-has-no-segue-with-identifier
Is there any functionality that disable UINavigationController related stuff?
No, sounds like something on your end unfortunately.
First thing in the morning I'll try to replicate the issue on a fresh project and post the results.
Please let the issue remain open until we break this thing into pieces and solve it.
No worries, let me know what you come up with. There's nothing internally implementing any IB/segue stuff, or preventing it from working, so not sure what the cause could be.