GenericDataSource
Generic Data Source in Swift.
Install / Use
/learn @andrea-prearo/GenericDataSourceREADME
GenericDataSources
A simple framework to experiment with:
- Swift Generics
- Data Sources Abstractions
Sample apps
PhoneList
Sample app to demonstrate how to use the CollectionArrayDataSource to simplify setting up a UICollectionView.
TaskList
Sample app to demonstrate how to use the CollectionArrayDataSource to handle UICollectionView sections.
Credits
The PhoneList app sample has been inspired by the Apple CollectionView-Simple sample app.
