On Mon, Jun 30, 2008 at 7:27 AM, j o a r <[EMAIL PROTECTED]> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]