What is a delegate in iOS?
A 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