How to locate coding examples for specified commands [Newbie]

2008-07-26 Thread Phil Faber
Can anyone direct me to an on-line resource that includes examples of how to use specific Cocoa commands? (Are things like - (NSString *)capitalizedString called 'commands' or should I call them something else?) It's often so much easier to understand how it works by seeing an example.

Re: How to locate coding examples for specified commands [Newbie]

2008-07-26 Thread Omar Qazi
On Jul 26, 2008, at 1:49 AM, Phil Faber wrote: Can anyone direct me to an on-line resource that includes examples of how to use specific Cocoa commands? http://www.cocoadev.com/ is a good one. (Are things like - (NSString *)capitalizedString called 'commands' or should I call them

Re: How to locate coding examples for specified commands [Newbie]

2008-07-26 Thread Shawn Erickson
On Sat, Jul 26, 2008 at 1:49 AM, Phil Faber [EMAIL PROTECTED] wrote: Can anyone direct me to an on-line resource that includes examples of how to use specific Cocoa commands? I assume you have looked at Apple extensive API and conceptual documentation? The are available directly in Xcode

Re: How to locate coding examples for specified commands [Newbie]

2008-07-26 Thread Shawn Erickson
On Sat, Jul 26, 2008 at 1:49 AM, Phil Faber [EMAIL PROTECTED] wrote: If someone can recommend a searchable resource, the first thing I'll be looking up is stringWithContentsOfFile:encoding:error: (I would have used this as an example above but can't find an example of its usage!) google

Re: How to locate coding examples for specified commands [Newbie]

2008-07-26 Thread Joel Norvell
Phil, I'd add Google Code Search to the aforementioned. http://www.google.com/codesearch In its advanced mode you can stipulate that the match must be in Objective-C. Joel ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please