What is delegate? Can delegates be retained?
Answer / Ambikesh Kumar Shukla
Delegate is an object that adopts a protocol and handles specific events or tasks for another object, also known as the controller. Yes, delegates can be retained, but it's important to release them properly in memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I add objective c to swift project?
What is the use of category in objective-c?
Why we use synthesize in objective c?
When to use nsautoreleasepool??
What is a dispatch function?
Is swift objective c?
What is an objective description?
What is atomic in objective c?
What is dot notation?
What is synthesize objective c?
What is a delegate in objective c?
Explain what are the attributes of category?