Delegate is simply just a means of communication between objects of
iOS applications. You can think
delegation as a simple way of connecting objects and communicate with each other. In other words we can say that
delegate allows one object to send message to other object when any event occurs.
read more >>