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

https://github.com/status302/rxstatusprovider

Rx extensions for StatusProvider - Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views
https://github.com/status302/rxstatusprovider

empty empty-view rxswift statusprovider

Last synced: 3 months ago
JSON representation

Rx extensions for StatusProvider - Protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views

Awesome Lists containing this project

README

        

# RxStatusProvider

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

## Example

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

## Requirements

## Installation

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

```ruby
pod 'RxStatusProvider'
```

## Author

qiuncheng, [email protected]

## License

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