Storyboard scene and UIViewController
Storyboard scene and UIViewController
- Subject: Storyboard scene and UIViewController
- From: "Eric E. Dolecki" <email@hidden>
- Date: Thu, 03 Nov 2011 15:05:56 -0400
I init a UIViewController class...
FooViewController *fvc = [[FooViewController alloc] init];
This is great, but I have to generate all the UI for the view controller in
code in the class. Is it possible to layout a scene in a Storyboard and
associate it with the view controller so that the UI in the scene will be
used instead of me doing it all in code?
Thanks,
Eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden