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 |
What is class extension? Why do we require them?
What is extern objective c?
When will you use nsarray and nsmutablearray?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
Explain the types of protocol?
What is the difference between nsstring and string?
How to add custom cell in uitableview in objective c?
What is 'protocol' on objective c?
Is objective c better than swift?
What does mean in objective c?
What is a .m file?
How to convert nsnumber to nsstring in objective c?