How do you call a method in objective c?
Answer / Prabhat Kumar
To call a method in Objective-C, use dot notation. For example: [object instanceMethod];
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c open source?
What are nsautoreleasepool and how can we use them?
What is better objective c or swift?
Why is objective c used?
Does objective c have multiple inheritance?
How to add custom cell in uitableview in objective c?
Is c++ objective c?
What is a category in objective c?
Why we use synthesize in objective c?
What is the difference between property and instance variable?
What are the three main types of property?
What are the differences between copy and retain?