MyViewController.xib has an Owner Owner class installed in MyViewController (a subclass of UIViewController ) and a File Owner view connected to a UIView containing some subitems.
In the OtherViewController.xib file, the File Owner class is set to UIViewController and the Owner File is connected to an empty UIView .
Is it possible in Interface Builder to embed MyViewController view inside the view in OtherViewController.xib?
I tried adding an instance of MyViewController to the MyViewController file, but I cannot delete it inside the view (because it is not a UIView ), and I cannot get the view associated with MyViewController in MyViewController.xib (only the view manager itself and nothing associated with it, passes it to OtherViewController.xib).
ios iphone uiviewcontroller interface-builder uiview
jlstrecker
source share