Assume, you have a view controller hierarchy A, B, C and D, in some cases, you would like to access A from D. In typical strategy in iOS, you may provide numbers of delegate to navigate to A from D. I called it delegate chaining. This slide introduces you alternative way by using responder chain to access A from D.