Can you retain delegates?
Answer / Pragati Singh
No, in Objective-C, delegates should not be retained. Instead, they should adopt the delegate protocol and implement its methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is #import?
When is toll-free bridging useful?
Is objective c type safe language?
What are the two types of m files?
How is string represented in objective-c?
What is ivar objective c?
What do you mean by synthesized in objective-c?
How do I create a bridging header file?
How do you define a protocol?
Is objective c deprecated?
What are properties and instance variables in objective c and swift?
What is the difference between underscore and self (i.e self.xx and _xx) ?