Re: predefined macro iOS vs OS X
Re: predefined macro iOS vs OS X
- Subject: Re: predefined macro iOS vs OS X
- From: Kyle Sluder <email@hidden>
- Date: Sun, 18 Aug 2013 09:06:02 -0400
On Aug 18, 2013, at 6:28 AM, Marcel Weiher <email@hidden> wrote:
> On Aug 17, 2013, at 19:01 , Jean-Daniel Dupas <email@hidden> wrote:
>
>> You don't have to add explicit dependency to anything as NSGeometry.h already does that for you.
>> Importing Foundation.h is enough to use CGRect on both OS X and iOS.
>
> That would be awesome and would mean I no longer need my PhoneGeometry.h hack.
>
> Alas, I just checked and did not find NSGeometry.h in the Foundation headers on iOS (and didn’t find NSRect or NSPoint anywhere either). Maybe I am missing something?
You have it backwards. Jean-Daniel was saying that CGRect is defined on OS X without having to explicitly import CoreGraphics headers. So use CGRect instead of NSRect.
--Kyle Sluder
_______________________________________________
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