NSStringFromSelector

Crowd-sourced documentation and tutorials by the Cocoa developer community
Jump to: navigation, search

Apple Docs: http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Functions/index.html (scroll to NSStringFromSelector)

This provides a way to convert from a SEL to an NSString. You can use NSSelectorFromString to convert back.

Prototype:

NSString NSStringFromSelector(SEL aSelector);

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox