Re: Interface Builder - Classes query
Re: Interface Builder - Classes query
- Subject: Re: Interface Builder - Classes query
- From: Chris Hanson <email@hidden>
- Date: Sun, 25 Nov 2007 20:17:29 -0800
On Nov 25, 2007, at 11:54 AM, Nick Zitzmann wrote:
On Nov 25, 2007, at 3:47 AM, Mark Vandeberg wrote:
XCode 3.0 - Interface Builder the mainmenu.nib no longer supports
the following: instances, classes, images, sounds and nib
therefore for example how can I subclass NSObject?
You have to do it in Xcode now; they removed code generation from IB
3.
This is not true. Xcode 3.0 is the preferred way to work with classes
just as Interface Builder 3.0 is the preferred way to work with your
human interface, but you can easily set up a custom class in Interface
Builder and generate template code for it -- in Objective-C, Python,
or Ruby.
The only thing that Interface Builder 3.0 doesn't do for you here is
let you tell it what target to add the file to in an open Xcode project.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden