ProgressingView 1.2

ProgressingView 1.2

Maintained by Valera Chevtaev.



  • By
  • Alex Kremer and Valera Chevtaev

ProgressingView

CI Status Version License Platform

Example

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

Requirements

iOS 10 and later

Example in a gif

Example gif here

Installation

ProgressingView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ProgressingView'

Alternatively you can embed the library straight into your project by copying the ProgressingView.swift file.

Usage

Drop a View onto your storyboard, change the class to ProgressingView and start configuring your ProgressingView.

Note: You can safely use the ProgressingView as a container for other views. It also means that if you want to change your current root View with a full screen background progressing view then it's possible by changing the class to ProgressingView as usual.

Author

License

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