• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: predefined macro iOS vs OS X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: predefined macro iOS vs OS X


  • Subject: Re: predefined macro iOS vs OS X
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Fri, 16 Aug 2013 20:51:18 +0700

On 16 Aug 2013, at 19:17, Rick Mann <email@hidden> wrote:

> One thing to note: in the 64-bit run time, NSRect and CGRect are the same thing.
Yes. But the Xcode does not know this and creates lots of warnings.
>
> Otherwise, what you want is
>
> #if TARGET_OS_IPHONE

Very good. Just tried it, and it works perfectly.
Thank you very much!

Is this documented anywhere? Xcode seems not to know about this.


> On Aug 16, 2013, at 05:10 , Gerriet M. Denkmann <email@hidden> wrote:
>
>> I have some code which is almost identical vor iOS and OS X.
>> So I want to write something like:
>>
>> #ifdef SOME_THING
>> 	//	OS X
>> 	NSRect someRect = ...
>> #else
>> 	// iOS
>> 	CGRect someRect =...
>> #endif

Kind regards,

Gerriet.


_______________________________________________

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


  • Follow-Ups:
    • Re: predefined macro iOS vs OS X
      • From: Kyle Sluder <email@hidden>
    • Re: predefined macro iOS vs OS X
      • From: Jens Alfke <email@hidden>
References: 
 >predefined macro iOS vs OS X (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: predefined macro iOS vs OS X (From: Rick Mann <email@hidden>)

  • Prev by Date: iOS UITableViewCell imageView border
  • Next by Date: Re: iOS UITableViewCell imageView border
  • Previous by thread: Re: predefined macro iOS vs OS X
  • Next by thread: Re: predefined macro iOS vs OS X
  • Index(es):
    • Date
    • Thread