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.0 or greater.
FullMaterialLoader is available through CocoaPods. To install it, simply add the following line to your Podfile:
For Swift 4 and above, use
pod 'FullMaterialLoader', ~> 0.2.3
For lesser than Swift 4, use
pod 'FullMaterialLoader', ~> 0.2.2
var indicator = MaterialLoadingIndicator(frame: CGRect(x:0, y:0, width: 25, height: 25))
indicator.center = self.view.center
self.view.addSubview(indicator)
indicator.startAnimating()
[email protected], [email protected]
FullMaterialLoader is available under the MIT license. See the LICENSE file for more info.