What is delegate in ios with example?
Answer / Shri Chandra Kushwaha
A delegate in iOS is an object that is responsible for handling specific events or tasks. It conforms to a protocol and adopts its methods to respond to those events. For example, in a UITableView, the data source (UITableViewDataSource) and delegate (UITableViewDelegate) are used to manage table data and handle table-related actions like selection or editing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between performblock: and performblockandwait:?
What is the significance of autorelease?
What is weak in ios?
Explain what is iphone reference library?
What is nsmanagedobjectcontext? What are the different concurrency types? Explain each type.
What is auto-layout?
Can we adjust the size of photos uploaded from the app?
What is ios viewdidload?
How would you create your own custom view?
What is view object in iOS operating system?
Explain parent-child context setup. What are the advantages?
Explain how to hide images in ios?