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

https://github.com/lm2343635/rxdatasourcessinglesection

SingleSection extensions for RxDataSources.
https://github.com/lm2343635/rxdatasourcessinglesection

rxdatasources rxswift

Last synced: 11 months ago
JSON representation

SingleSection extensions for RxDataSources.

Awesome Lists containing this project

README

          

# RxDataSourcesSingleSection

[![CI Status](https://img.shields.io/travis/lm2343635/RxDataSourcesSingleSection.svg?style=flat)](https://travis-ci.org/lm2343635/RxDataSourcesSingleSection)
[![Version](https://img.shields.io/cocoapods/v/RxDataSourcesSingleSection.svg?style=flat)](https://cocoapods.org/pods/RxDataSourcesSingleSection)
[![License](https://img.shields.io/cocoapods/l/RxDataSourcesSingleSection.svg?style=flat)](https://cocoapods.org/pods/RxDataSourcesSingleSection)
[![Platform](https://img.shields.io/cocoapods/p/RxDataSourcesSingleSection.svg?style=flat)](https://cocoapods.org/pods/RxDataSourcesSingleSection)

This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

RxDataSourcesSingleSection is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'RxDataSourcesSingleSection'
```

## Author

lm2343635, lm2343635@126.com

## License

RxDataSourcesSingleSection is available under the MIT license. See the LICENSE file for more info.