alfianlosari /
GenericTableViewController
An example of Generic UITableViewController implementation
Loading repository data…
izakpavel / repository
implementation of generic paging scrollView in SwiftUI
implementation of generic paging scrollView in SwiftUI since there is not such option with SwiftUI ScrollView implementation

Recent changes:
Selected from shared topics, language and repository description—not editorial ratings.
alfianlosari /
An example of Generic UITableViewController implementation
DreamingInBinary /
A Swift implementation of a generic datasource that you can use for table views.
lazytype /
Implementation of a generic 2-3 finger tree in Swift based on the Haskell implementation demonstrated in http://andrew.gibiansky.com/blog/haskell/finger-trees
tonystone /
An efficient and generic implementation of a balanced AVL Tree in native Swift.
Blackjacx /
Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController
elliottminns /
A library of data structures implemented in swift such as List and Set created using Generics.