I am trying to implement something similar to AplitView where you can hace separate scenes in storyboard and connect a viewController to another one as an outlet. Is this possible?
@Interface MenuNavigationController : UINavigationController
@property (nonatomic, strong) IBOUtlet MenuViewcontroller *menuViewController;
@end
In interfaceBuilder I want to drag and drop, and assign another viewController to my outlet