Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itenfay/rxlistdatasource
Provides data sources for UITableView or UICollectionView.
https://github.com/itenfay/rxlistdatasource
databind databingding differentiator listview listviewdatabinding rx rxcocoa rxdatasource rxdatasources rxswift uicollectionview uicollectionviewcell uitableview uitableviewcell
Last synced: 2 months ago
JSON representation
Provides data sources for UITableView or UICollectionView.
- Host: GitHub
- URL: https://github.com/itenfay/rxlistdatasource
- Owner: itenfay
- License: mit
- Created: 2024-04-14T09:19:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T08:14:52.000Z (7 months ago)
- Last Synced: 2024-10-27T10:39:41.094Z (3 months ago)
- Topics: databind, databingding, differentiator, listview, listviewdatabinding, rx, rxcocoa, rxdatasource, rxdatasources, rxswift, uicollectionview, uicollectionviewcell, uitableview, uitableviewcell
- Language: Swift
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RxListDataSource
Provides data sources for UITableView or UICollectionView.
[![Version](https://img.shields.io/cocoapods/v/RxListDataSource.svg?style=flat)](https://cocoapods.org/pods/RxListDataSource)
[![License](https://img.shields.io/cocoapods/l/RxListDataSource.svg?style=flat)](https://cocoapods.org/pods/RxListDataSource)
[![Platform](https://img.shields.io/cocoapods/p/RxListDataSource.svg?style=flat)](https://cocoapods.org/pods/RxListDataSource)## Requirements
* Xcode 14.0+
* iOS 11.0, tvOS 11.0## Installation
RxListDataSource is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'RxListDataSource'
```## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## License
RxListDataSource is available under the MIT license. See the LICENSE file for more info.