How to call function in objective-c?
Answer / Lavi Sahu
{"calling a function": "In Objective-C, you can call functions by using their method names and sending them messages. For example: [object method]; where object is the instance on which the message (method) is being sent, and method is the name of the function you want to call."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is enum constant?
What is property in objective c?
How do you check for leaks?
Is objective c garbage collected?
Is objective c type safe language?
List out the methods used in nsurl connection?
How declare methods in objective c?
What does the gc () method?
Tell us the result when you invoke a particular method on a nil pointer?
What is class extension? Why do we require them?
How do I add objective c to swift project?
Who calls dealloc method?