iOS Developer Question: Download iOS Developer PDF

What are Selectors in Objective-C?

Tweet Share WhatsApp

Answer:

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.

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
How to start a thread?Explain the difference between Cocoa and Cocoa Touch?