What is delegate in objective c?
Answer / Vinay Kumar Dubey
"Delegate" is a design pattern commonly used in Objective-C to enable communication between objects. An object adopts a protocol and assigns itself or another object as its delegate, which can then receive notifications when certain events occur.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who calls dealloc method? Can we implement dealloc in arc?
How would I make a static strategy?
How to use swift protocol in objective c?
Why is objective c syntax so weird?
What are the size classes?
What are some of the major differences between objective c and swift?
How do you write an objective?
What is a dispatch method?
What is strong and weak in objective c?
What is dictionary objective c?
What are the blocks? How will you use them?
Can you please explain the way messaging works in objective-c?