What is a delegate objective c?
Answer / Bhoopal Singh
In Objective-C, a delegate is an object that adopts a protocol and receives notifications or events from another object. The delegate usually handles the callbacks from the source object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you use swift and objective c together?
What’s the contrast between utilizing a delegate and warning?
How to print string in objective c?
Which class is used to establish a connection between applications to the web server?
How do I create a bridge header in objective c?
What are the size classes?
Who invented objective c?
Can protocols have properties?
Is swift or objective c better?
What is objective c good for?
Are id and instancetype same? If not, what are differences between them?
Mention what is the primary use of the category in the objective-c?