To run the example project, clone the repo, and run pod install
from the Example directory first.
iOS 10 and later
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.
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.
- Alex Kremer, godexsoft@gmail.com
- Valera Chevtaev, myltik@gmail.com
ProgressingView is available under the MIT license. See the LICENSE file for more info.