andrea-prearo / GenericDataSource

Generic Data Source in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generic Data Source in Swift.

License:MIT License


Languages

Language:Swift 97.4%Language:Objective-C 2.6%