There's a good chance I missed something major here but I'll ask anyway.
In my storyboard app I've sub classed UINavigationController to my needs. (using a simple .h & .m files)
I've added a custom back button, a menu button and some other stuff that will be visible in the Navigation bar across my app.
My question is, how can I add objects (UIView , UIButton etc') to my sub classed UINavigationController using the interface builder? ( So far I've added everything I wanted through code)
Obviously I can't drag views to the UINavigationController. Is there a way to do it?
