What is difference between delegate and datasource in ios?
Answer / Apratim Bhaskar
Delegate and DataSource are two separate protocols used in iOS for managing different aspects of a view. The delegate handles specific events or actions that occur within the view, while the data source manages the content displayed by the view. For example, UITableView has both a delegate (UITableViewDelegate) and a data source (UITableViewDataSource).
| Is This Answer Correct ? | 0 Yes | 0 No |
Introduction to iphone application development?
what are fetched properties?
You wish to define your custom view. Which class will be subclassed?
What is nsobject in ios?
What is background state in ios?
What is a category and when is it used?
How can you respond to state transitions on your app?
What are all the instruments available in Xcode in iOS operating system?
1 Answers TryTechnicals Pvt Ltd,
What is iphone screen size?
Enlist frameworks for cocoa?
Is ios development hard?
How to export your private key from your keychain in iphone development?