Re: Newbie: How to understand Xcode's documentation
Re: Newbie: How to understand Xcode's documentation
- Subject: Re: Newbie: How to understand Xcode's documentation
- From: Jens Alfke <email@hidden>
- Date: Tue, 15 Jul 2008 18:49:25 -0700
On 15 Jul '08, at 3:19 PM, Phil Faber wrote:
- (void)getCharacters:(unichar *)buffer range:(NSRange)aRange
My challenge is that I don't know what this means or how to convert
this into actual code. So I have to keep guessing which surely
can't be the preferred way to learn!
What you're looking at is an Objective-C method declaration. You're
going to have to know how to write these as well as read them, so you
should carefully read the "Class Interface" section of the "Defining a
Class" chapter of the "Objective-C Language Guide", which explains
method declarations in detail.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden