Re: Newbie question
Re: Newbie question
- Subject: Re: Newbie question
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 7 Apr 2008 18:28:30 +0100
On Mon, Apr 7, 2008 at 6:05 PM, Michael Vannorsdel <email@hidden> wrote:
> Change the function declarations/definitions to
>
> - (NSString*)ChooseString:(int) IntVal (the * goes inside the parenthesis)
Additionally, it's good practice to start method names and variables
with lowercase letters; something like "ChooseString" or "IntVal"
looks like a class name to a seasoned Cocoa programmer.
- (NSString *)chooseString:(int)intVal
Hamish
_______________________________________________
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