What is a delegate in iOS
Ask by Anonymous User
Updated 15 May 2026
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