CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

RxActivityIndicator 2.0.0

RxActivityIndicator 2.0.0

Maintained by InsectQY.



 
Depends on:
RxSwift~> 6.0
RxCocoa~> 6.0
 

  • By
  • Krunoslav Zaher

RxActivityIndicator

Swift Version License Platform

A small library that helps you keep track of operations progress.

RxActivityIndicator will make onNext with 'true' value when there is at least one operation in progress. When all operations complete, 'false' value will be sent.

Requirements

  • Swift 5.0
  • iOS 8 +

Installation

CocoaPods

pod 'RxActivityIndicator'

Carthage

github "InsectQY/RxActivityIndicator"