What is a selector objective c?
Answer / Pramod Kumar Gupta
A selector in Objective-C is essentially the name of a method represented as a constant. It allows you to invoke methods on objects dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to reverse array in objective c?
What is a .m file?
What is a goal and objective?
Tell us the result when you invoke a particular method on a nil pointer?
Who invented objective c?
How do I create an objective c class in xcode?
What is the use of objective c?
Is reference counting garbage collection?
Is objective c hard to learn?
What does __ block do?
What is super in objective c?
How can we put nil it into dictionary/array?