What is delegate protocol in ios?
Answer / Gautam Kumar Singh
A delegate protocol in iOS defines a set of methods that a class can adopt to handle specific events or actions. The class that adopts the protocol, often called the delegate, will be notified when certain occurrences happen (e.g., table view scrolling, keyboard appearance). The delegate object is then responsible for implementing those methods to react accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the first responder and responder chain?
What is urlsession?
What is the meaning of 'weak' keyword?
Is core data is thread safe?
what is the difference between bounds and frame?
Explain steps for using coredata?
What is the viper?
Are ios developers in demand?
What is categories in iOS?
What is a difference between stack and heap memory?
what is your preferred programming language? Why? How long will it take you to learn a new programming language?
What is the use of appdelegate in ios?