On Jun 30, 2008, at 10:25 AM, Owen Yamauchi wrote:

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).

This works fine for me. Is the nib already a part of your project? Is the little dot at the bottom left of the nib document window green? When I do the "write class files" step and save it anywhere in my project directory, IB asks me if I want to add it to the project.




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/luesang%40apple.com

This email sent to [EMAIL PROTECTED]


--------------------------
RONZILLA



_______________________________________________

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]

Reply via email to