Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 578 Bytes

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.