Re: Looking up a NSString constant at runtime
Re: Looking up a NSString constant at runtime
- Subject: Re: Looking up a NSString constant at runtime
- From: Scott Ribe <email@hidden>
- Date: Mon, 04 Jan 2010 15:55:46 -0700
- Thread-topic: Looking up a NSString constant at runtime
I think you're confused: the constant *is* the string; there is no lookup to
perform. You can do anything with it that you would do with any other
non-mutable string: log it, setStringValue on a text field in the user
interface, setMessageText in an alert, and so on.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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