What is a delegate in objective c?
Answer / Lata Singh
"A delegate is a design pattern used in Objective-C to allow one object to notify another object when an event occurs. A delegate typically conforms to a protocol (interface) that defines methods that the delegate must implement, and it is set by calling the 'setDelegate:' method. "
| Is This Answer Correct ? | 0 Yes | 0 No |
What is toll-free bridging? When is it useful?
How is #import different from #include?
What is a goal and objective?
How do I import a swift file into objective c?
Is objective c, a dynamic language? True/false, explain.
How do you write an objective statement?
What are the three main types of property?
How do I create a bridging header file?
How do you get closure?
How much does m files cost?
What is instancetype?
What is difference between objective c and c?