Method | Description | |
---|---|---|
RespondsToSelector ( String aSelector ) : bool |
Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector' Available in Mac OS X v10.0 and later.
|
public RespondsToSelector ( String aSelector ) : bool | ||
aSelector | String | A selector that identifies a message. |
return | bool |