Re: NSTextView
Re: NSTextView
- Subject: Re: NSTextView
- From: Jonathan Hendry <email@hidden>
- Date: Sun, 26 Aug 2001 16:57:02 -0500
On Sunday, August 26, 2001, at 06:57 , John Hvrnkvist wrote:
To anyone starting out:
Try to understand the purpose of every Cocoa class. Don't learn the API
by heart, but try to get a grasp of what the classes can do.
A good start would be to scan the first paragraph of each class' HTML
doc. These often summarize what they're for.
- Jon