Answer Posted / Prabhat Kumar Chaurasia
To call a function in Objective-C, you need an instance of the class that contains the function. After creating an instance, you can call the function using dot notation or square bracket notation. For example: `MyClass *myObject = [[MyClass alloc] init]; [myObject myFunction];` or `[myObject setValueForKey:@"myFunction"];`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category