What is delegate method?



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

Post New Answer

More Apple iOS Interview Questions

What is weak and strong in ios?

1 Answers  


What is the difference between copy and retain?

1 Answers  


How do I exit safe mode on my iphone?

1 Answers  


What is the mean of not running state in ios?

1 Answers  


. When an app is said to be in not running state? 

1 Answers  


How many bytes we can send to apple push notification server?

1 Answers  


What is gcd? How is it used?

1 Answers  


If any app can run in the background, what about battery life?

1 Answers  


What is dependency injection in ios?

1 Answers  


How to install an iphone application for testing?

1 Answers  


Define autorealease pool?

1 Answers  


What is messaging? What is message forwarding?

1 Answers  


Categories