Re: SEL and NSDictionary
Re: SEL and NSDictionary
- Subject: Re: SEL and NSDictionary
- From: John Randolph <email@hidden>
- Date: Wed, 2 Jun 2004 14:57:10 -0700
On Jun 2, 2004, at 1:48 AM, Francisco Tolmasky wrote:
Can one place a SEL into an NSDictionary?
No, a SEL is not an object. The simplest thing is probably to use the
NSSelectorFromString() and NSStringFromSelector() functions to convert
between SELs and NSStrings.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.