What is meant by delegate in IOS 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Sydney, Lives in Sydney, Australia.
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.
2023-05-05 10:34:06
评论(499)
Helpful(122)
Helpful
Helpful(2)

Noah Lee
QuesHub.com delivers expert answers and knowledge to you.
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.