I have a view-based application and I want to make that change in which UIView my Displayed through UIViewController I have set a IBOutlet UIViewController * viewController and then linked it to the interface builder, however whenever I link it , Then this code crashes right at startup with SIGKILL does anyone have any experience with this and Or I'm trying to have an alternative way of it?
Thanks in advance!
You are doing it incorrectly in the code in the UIViewController Which is synthesized on neem load. The nib is also included in the UIView , which is related to the property of view UIViewController .
Just another UIView (or after derived class) Nib and link it to view property of UIViewController Please.
To see the controller, you can see this scene through the visual property.
Comments
Post a Comment