Why we use delegate in ios?
Answer / Omendra Kumar Shukla
Delegates are used in iOS to handle events, manage the flow of data between different parts of an app, and decouple objects so they don't have a direct reference to each other. This makes the code more modular, easier to test, and promotes good design practices.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is block in ios swift?
What is bundle id?
An app is loaded into memory but is not executing any code. In which state will it be in?
Who is the developer of ios?
Which object manage the presentation of app's content on the screen?
What performance issues can you face when using coredata?
What is nonatomic?
What is grand central dispatch ios?
Define 'strong' keyword?
Why do we use synchronized ?
Do you know what are layer objects and what do they represent?
What are the features of ios?