RxRealmDataSources
RxRealmDataSources copied to clipboard
An easy way to bind an RxRealm observable to a table or collection view
`ios.deployment_target` from `9.0` to `11.0` dependency: `RealmSwift` from `~> 5.1` to `~> 10.0` `RxSwift` from `~> 5.1` to `~> 6.0` `RxCocoa` from `~> 5.1` to `~> 6.0` `RxRealm` from `~>...
For Carthage support I needed to create a new project to the root directory using carthage. The cartFile contains all the dependencies. The source files are the same used for...
1. Cell factory of NSTableView has access to columnId (macOS) 2. NSOutlineView support (macOS)
This pull request changes iOS RxRealmDataSources implementation slightly to align with and leverage functionality already present in RxCocoa.
Small fix of code signing building error on macOS.
I need a collection view that displays only the first 5 query results. I am using RxCollectionViewRealmDataSource as data source, it works great if I was to display all the...
Now I'm want to put UICollectionView into UITableViewCell using RxRealmDataSources library, and I use MVVM+RxSwift model,I know that the general approach is to set the collectionview dataSource and delegate in...
Added tvOS support (starting tvOS 9.0). Created tvOS-example in the examples project. @icanzilb