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 |
Ns object is a parent class or derived class?
What is method swizzling in objective c and why would you use it?
Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?
How we can layout subviews in a view?
How do I import a swift file into objective c?
Does objective c have multiple inheritance?
Can you learn swift without knowing objective c?
What are the three subatomic particles?
What is a process and thread?
What is a delegate in objective c?
Is objective c and c the same?
What are the blocks? How will you use them?