Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.