Re: Creating AppControllers in InterfaceBuilder 3.1
Re: Creating AppControllers in InterfaceBuilder 3.1
- Subject: Re: Creating AppControllers in InterfaceBuilder 3.1
- From: "Owen Yamauchi" <email@hidden>
- Date: Mon, 30 Jun 2008 10:25:53 -0700
On Mon, Jun 30, 2008 at 7:27 AM, j o a r <email@hidden> wrote:
> The thinking here is indeed that Xcode handles the creation of classes,
> while IB handles instances of classes and their configuration.
IB can actually create classes. In the Identity inspector, after
creating a generic NSObject, type in a class name that you want to
create. Then you can add outlets and actions below. Once you're
finished, File->Write Class Files... will create the .h and .m files
(unfortunately it won't add them to your Xcode project, or at least I
haven't found a way to make it do so).
Owen
_______________________________________________
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