What are Selectors in Objective-C?

Submitted by: Muhammad
A Selector in Objective C can be used to refer the name of a method when it is used in a Source-Code message to an Object. It also refers to the unique identifiers that can replace the Name when the Source Code is being Compiled. All the methods that have the same name have the same selector.
Submitted by: Muhammad

Read Online iOS Developer Job Interview Questions And Answers