Re: Swift and parameter names
Re: Swift and parameter names
- Subject: Re: Swift and parameter names
- From: Greg Parker <email@hidden>
- Date: Wed, 01 Jul 2015 14:22:58 -0700
> On Jul 1, 2015, at 8:58 AM, Charles Srstka <email@hidden> wrote:
>
>> On Jul 1, 2015, at 10:09 AM, Jean-Daniel Dupas <email@hidden> wrote:
>>
>> Only because you are used to CGRect. QuickDraw used to defined a rect using left, top, right, bottom values.
>
> Actually, it was top, left, bottom, right.
Classic Mac OS was inconsistent. For example, the C struct initializer for Rect was { top, left, bottom, right }, but the initializer function was SetRect(&rect, left, top, right, bottom).
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
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