Preview of 'Instant Cocoa'
Preview of 'Instant Cocoa'
- Subject: Preview of 'Instant Cocoa'
- From: Ricci Adams <email@hidden>
- Date: Sun, 20 Oct 2002 03:38:01 -0500
Hello,
I wanted to announce a little app I have been developing called
'Instant Cocoa'. My goal is to take repetitive task like accessor
creation / prototyping selectors / etc and automate them.
To download a very early beta version, please access my iDisk at
http://idisk.ricciadams.com and grab InstantCocoa.app.tgz.
Next, open up Project Builder and copy the class variable declarations.
For example, in the following code:
@interface ICAccessorGenerator : NSObject {
NSArray *_arrayOfMutators;
NSArray *_arrayOfAccessors;
}
You would want to copy the two "NSArray..." lines. Do not include the
"@interface..." or "}" lines in your copy.
Finally, go back into Instant Cocoa and press the Start button. You
can then select different accessor/mutator types for each variable and
generate both the protocol declaration and the actual selectors.
Ricci Adams
_______________________________________________
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.