Monday, November 4, 2013

What is Selector?

A selector is the unique identifier that replaces the method name when the source code is compiled.Compiled selectors are of type SEL.To get selector for any method use @selector(methodName).

No comments:

Post a Comment