All Projects → andrea-prearo → Genericdatasource

andrea-prearo / Genericdatasource

Licence: mit
Generic Data Source in Swift.

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Genericdatasource

Stack
A Type-Safe, Thread-Safe-ish approach to CoreData in Swift
Stars: ✭ 47 (+42.42%)
Mutual labels:  generics
GENERIS
Versatile Go code generator.
Stars: ✭ 32 (-3.03%)
Mutual labels:  generics
Generic Lens
Generically derive traversals, lenses, and prisms.
Stars: ✭ 399 (+1109.09%)
Mutual labels:  generics
go-callbag
golang implementation of Callbag
Stars: ✭ 19 (-42.42%)
Mutual labels:  generics
go2linq
Generic Go implementation of .NET's LINQ to Objects.
Stars: ✭ 41 (+24.24%)
Mutual labels:  generics
core
The XP Framework is an all-purpose, object oriented PHP framework.
Stars: ✭ 13 (-60.61%)
Mutual labels:  generics
ttlcache
An in-memory cache with item expiration and generics
Stars: ✭ 468 (+1318.18%)
Mutual labels:  generics
Time
Type-safe time calculations in Kotlin, powered by generics.
Stars: ✭ 939 (+2745.45%)
Mutual labels:  generics
lru
LRU cache using go generics
Stars: ✭ 108 (+227.27%)
Mutual labels:  generics
Observable
The easiest way to observe values in Swift.
Stars: ✭ 346 (+948.48%)
Mutual labels:  generics
genx
GenX: Generics For Go, Yet Again.
Stars: ✭ 37 (+12.12%)
Mutual labels:  generics
generic-simd
Generic SIMD abstractions for Rust.
Stars: ✭ 45 (+36.36%)
Mutual labels:  generics
GenericTableViewController
An example of Generic UITableViewController implementation
Stars: ✭ 31 (-6.06%)
Mutual labels:  generics
rueidis
A Fast Golang Redis RESP3 client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, RedisAI, RedisGears, etc.
Stars: ✭ 422 (+1178.79%)
Mutual labels:  generics
Flix
iOS reusable form library in Swift.
Stars: ✭ 725 (+2096.97%)
Mutual labels:  generics
SwiftRadix
Easily convert integers to binary/hex/octal strings and back again with clean functional syntax.
Stars: ✭ 34 (+3.03%)
Mutual labels:  generics
generics
No description or website provided.
Stars: ✭ 25 (-24.24%)
Mutual labels:  generics
Goderive
Code Generation for Functional Programming, Concurrency and Generics in Golang
Stars: ✭ 848 (+2469.7%)
Mutual labels:  generics
Pie
🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
Stars: ✭ 788 (+2287.88%)
Mutual labels:  generics
Typed
Improvements to PHP's type system in userland: generics, typed lists, tuples and structs
Stars: ✭ 322 (+875.76%)
Mutual labels:  generics

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].