What is difference between datasource and delegate?
Answer / Bikram Kumar Tiwary
A data source is an object that provides data to a view or table, while a delegate is an object that handles events and responses related to the view or table. In iOS development, both UITableView and UICollectionView have a data source and a delegate.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by synthesized in objective-c?
What is an example of category?
What is an objective statement?
What are the advantages of using objective-c?
Can I write some c++ function in same .m file?
How to implement in app purchase in ios objective c?
What is thread safe function?
What is the isa member?
What is m script in matlab?
What are properties and instance variables in objective c and swift?
How do I open .am files?
Is nsobject a parent class or a derived class?