NSData
NSData
- Subject: NSData
- From: email@hidden
- Date: Wed, 11 Dec 2002 20:43:48 -0800 (PST)
Hello,
I am (slowly) learning Cocoa programming,
and I have build a few programs. It seems to
run fine. However, I have a question regarding
Interface Builder (IB). What I did until now to create
a new class is to subclass NSObject from IB's
menu.
Now what I would like to do is to create a class
that handles a custom file format. I thought I
would subclass NSData, but apparently there is
no NSData in the MainMenu.nib classes panel.
Do I have to create it "by hand", or is there a
trick to subclass any class and generate the
corresponding files?
Does the file generation handle only what is
strictly interface-related or is there a way to
generate files (.h and .m) from any existing class?
Thanks for any hint.
Pascal
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.