MaterialActivityIndicatorView
is a drop in replacement for UIActivityIndicatorView
To run the example project, clone the repo, and run pod install
from the Example directory first.
This pod requires a deployment target of iOS 9.3 or greater
- File > Swift Packages > Add Package Dependency
- Add
https://github.com/nspavlo/MaterialActivityIndicator
MaterialActivityIndicator is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MaterialActivityIndicator'
let indicator = MaterialActivityIndicatorView()
indicator.startAnimating()
MaterialActivityIndicator is available under the MIT license. See the LICENSE file for more info.