On Aug 18, 2013, at 6:28 AM, Marcel Weiher <marcel.wei...@gmail.com> wrote:
> On Aug 17, 2013, at 19:01 , Jean-Daniel Dupas <devli...@shadowlab.org> 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 (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