FullMaterialLoader 0.2.3

FullMaterialLoader 0.2.3

Maintained by sathishvgs.



  • By
  • sathish vgs

FullMaterialLoader

CI Status Version License Platform

Example

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

fullmaterial

Requirements

This pod requires a deployment target of iOS 9.0 or greater

Installation

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

pod 'FullMaterialLoader'

Usage

 var indicator = MaterialLoadingIndicator(frame: CGRect(x:0, y:0, width: 25, height: 25))
 indicator.center = self.view.center
 self.view.addSubview(indicator)
 indicator.startAnimating()

Author

[email protected], [email protected]

License

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