From the compiler standpoint
though, IBAction is equivalent to "void", so let's just assume the
method in question reads like the following, and we'll break it down:

-(void)someMethod: (id)inSender;

...

3. someMethod: this is the name of the method
 
Care needs to be take here. The name of the method is "someMethod:" rather than 
"someMethod"; the colon, as subsequently noted, does indicate the presence of a parameter 
declaration but it is very much part of the name of the method as well.

Greg

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to