Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 983 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 983 Bytes

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

pod 'RxActivityIndicator'
github "InsectQY/RxActivityIndicator"