What is delegate method?
Answer / Satyendra Tripathi
A delegate method is a method in Objective-C that is defined by a protocol. It allows one object to notify another object when a specific event occurs. The object that defines the delegate methods conforms to the associated protocol and sets itself as the delegate of the object that will call it.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is weak and strong in ios?
What is the difference between copy and retain?
How do I exit safe mode on my iphone?
What is the mean of not running state in ios?
. When an app is said to be in not running state?
How many bytes we can send to apple push notification server?
What is gcd? How is it used?
If any app can run in the background, what about battery life?
What is dependency injection in ios?
How to install an iphone application for testing?
Define autorealease pool?
What is messaging? What is message forwarding?