• 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: Looking up a NSString constant at runtime
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking up a NSString constant at runtime


  • Subject: Re: Looking up a NSString constant at runtime
  • From: Nick Paulson <email@hidden>
  • Date: Mon, 4 Jan 2010 18:12:57 -0500

The constant *is* an NSString;  essentially you could do:

NSString *constValue = NSDeviceResolution;

Though, that may be a little redundant.

--Nick Paulson
On Jan 4, 2010, at 6:09 PM, David Alter wrote:

> This would work for finding out what the name is as well as logging it.
>
> What if I'm getting a string passed in that is the name of the constant and
> I want to return the constants string value. Is there a way to do that?
>
> something like...
> NSString * constValue = [SomeToolToLookupConstants constant:@
> "NSDeviceResolution'];
>
> any idea?
> -dave
>
>
> On Mon, Jan 4, 2010 at 2:19 PM, Oftenwrong Soong
> <email@hidden>wrote:
>
>> On Mon, Jan 4, 2010 at 4:56 PM, David Alter <email@hidden>
>> wrote:
>>> Is there a way to lookup what and NString constant is at runtime?
>>
>>
>>
>> Have you tried
>>
>> [NSDeviceResolution description]
>>
>> or
>>
>> [NSString stringWithString:NSDeviceResolution]
>>
>> ?
>>
>> Soong
>>
>>
>>
>> _______________________________________________
>>
>> 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
>>
> _______________________________________________
>
> 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

_______________________________________________

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

References: 
 >Looking up a NSString constant at runtime (From: David Alter <email@hidden>)
 >Re: Looking up a NSString constant at runtime (From: Sherm Pendley <email@hidden>)
 >Re: Looking up a NSString constant at runtime (From: Oftenwrong Soong <email@hidden>)
 >Re: Looking up a NSString constant at runtime (From: David Alter <email@hidden>)

  • Prev by Date: Re: Looking up a NSString constant at runtime
  • Next by Date: Re: help a brother out?
  • Previous by thread: Re: Looking up a NSString constant at runtime
  • Next by thread: Re: Looking up a NSString constant at runtime
  • Index(es):
    • Date
    • Thread