What is a delegate in iOS Anonymous User201726-Feb-2015 What is a delegate in iOS? iphoneiphone mobile development 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