Re: (RS)What's the type of a selector?
Re: (RS)What's the type of a selector?
- Subject: Re: (RS)What's the type of a selector?
- From: "Clark Cox" <email@hidden>
- Date: Fri, 27 Oct 2006 22:13:43 -0400
On 10/27/06, Roland Silver <email@hidden> wrote:
No, Stephan, I DON'T want to log the method! I want to find out what
the type of a SELECTOR is, eg:
ITEM TYPE
"foo" char*
69 int
105.0 float or double
@"bar" NSString*
@selector(foo) ???
SEL ???
AND...
I know how to NSLog a char* (%s) or an int (%i) or a float or double
(%g, etc) or an NSString* (%@), BUT...
..HOW DO I NSLOG A SELECTOR???
NSLog(@"%@", NSStringFromSelector(aSelector));
--
Clark S. Cox III
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden