KO
|
EN
gitlite — search
Search
#javascript
#python
#react
#typescript
#hacktoberfest
#chatbot
#python3
#laravel
#ruby
#pytorch
#arduino
#rails
GenericDataSource
★ 39
Open GitHub ↗
Generic Data Source in Swift.
Download README (.md)
Explore Similar Repositories
TheoriesAndDataStructures
:
Showing how some simple mathematical theories naturally give rise to some common data-structures
lattepanda-mainline-4.11
:
Mainline Linux Kernel version 4.12.0-rc1 for LattePanda
wx-nba-api
:
wx-nba-api for wechat by php
kirby-autofocus
:
Content aware image cropping for Kirby. Kirby 2 and 3.
Ads
:
个人轻量级Adblock广告规则
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GenericDataSource
?
Download (.md)
# 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](https://developer.apple.com/library/content/samplecode/CollectionView-Simple/Introduction/Intro.html) sample app.