• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Preview of 'Instant Cocoa'
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Accepting the right file drops?
  • Next by Date: Re: Correctly entering AM/PM using NSDateFormatter
  • Previous by thread: Re: Accepting the right file drops?
  • Next by thread: 'sudden' CLI pbxbuild bug?
  • Index(es):
    • Date
    • Thread