While using UITableView there are two types of methods ie, datasource and delegates still both supposed to be connected to the same parent view controller class.
Is there any way to define delegates and datasources in diffrent classes?
Why we need seperation as delegates and datasources?
Note: This question applies to UICollectionView and similar Objects