Re: ObjC Question - labeled arguments
Re: ObjC Question - labeled arguments
- Subject: Re: ObjC Question - labeled arguments
- From: Andy Lee <email@hidden>
- Date: Thu, 22 May 2008 07:59:09 -0400
On May 22, 2008, at 1:49 AM, Bill Bumgarner wrote:
I don't believe there are any such methods left in the supported
Cocoa API.
There are at least five. An API/Contains search for "::" in the Xcode
documentation window turns up:
+[CAMediaTimingFunction functionWithControlPoints::::]
-[CAMediaTimingFunction initWithControlPoints::::]
+[CIImage imageWithImageProvider:size::format:colorSpace:options:]
-[CIImage initWithImageProvider:size::format:colorSpace:options:]
-[CIImageProvider provideImageData:bytesPerRow:origin::size::userInfo:]
I thought the last three were typos in the docs, and actually
submitted feedback on two of them using the link at the bottom of the
page. But then on closer inspection I saw they actually were using
non-empty method-name-fragments for some arguments and not others.
Yikes!
--Andy
_______________________________________________
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