How to call a function in objective-c?
Answer / Shyam Prakash Mishra
Calling a function in Objective-C involves creating an instance of the class that contains the function and using dot notation or square bracket notation, as mentioned earlier.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create thread in objective c?
What is instance variable objective c?
When should you call dealloc method?
How to convert data to string in objective c?
What are the 5 principles of object oriented programming?
What is umbrella header?
How do you get closure?
What is enum constant?
Is objective c and c the same?
What are the adavantages of gcd over nsthread?
What is the difference between c and objective c?
Can a static library (.a) contain resources like images, sound files etc?