What is a delegate in iOS
2042
26-Feb-2015
What is a delegate in iOS?
Updated on 27-Feb-2015
Manoj Bhatt
27-Feb-2015A delegate allows one object to send messages to another object when an event happens
simple example of delegate implementation can be understood from What is protocol in iOS