What are the delegate?
Answer / Garima Ahuja
In iOS development, delegates are objects that adhere to a certain protocol and handle specific tasks when events occur. For example, a table view's data source is often its delegate.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how the class “implementation” is represented in objective-c?
Can protocols have properties?
Can a protocol have properties?
Explain mutable types in objective c programming language?
What are the advantages of using objective-c?
What is 'protocol' on objective c?
What happens when you create a block?
Explain what is dot notation?
What is .h and .m file in xcode?
When to use nsautoreleasepool??
What is objective c in ios?
What is the use of objective c?