How to call methods in objective c?
Answer / Sanjeev Kumar Gautam
To call a method in Objective-C, use dot notation (object.methodName) or square bracket notation ([object methodName]).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is synthesize objective c?
What are the attributes of category?
Is closure a function?
How do you call a method in objective c?
What is instancetype?
What is objective c?
What are the important data types found in objective-c?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Does copy increase retain count?
What is the difference between string and nsstring?
What is property classification?
Explain what are the attributes of category?