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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-22T08:14:52.000Z (10 months ago)
- Last Synced: 2025-01-22T11:06:32.128Z (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.
[](https://cocoapods.org/pods/RxListDataSource)
[](https://cocoapods.org/pods/RxListDataSource)
[](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.