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 |
What are some of the major differences between objective c and swift?
When to use nsautoreleasepool??
Does objective c have function overloading?
What is the use of category in objective-c?
When might you use a cfarray/dictionary instead of a nsarray/dictionary?
What is polymorphism in objective-c?
Who calls dealloc method? Can we implement dealloc in arc?
How the class “implementation” is represented in objective-c?
What is lazy var?
Is nsobject a parent class or a derived class?
What are the important data types found in objective-c?
What is a protocol in objective c?