Skip to content

FullMaterialLoader is the swift library to show and animate the loader

License

Notifications You must be signed in to change notification settings

SmartAkashNara/FullMaterialLoader

 
 

Repository files navigation

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:

For Swift 4 and above, use

pod 'FullMaterialLoader', ~> 0.2.3

For lesser than Swift 4, use

pod 'FullMaterialLoader', ~> 0.2.2

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.

About

FullMaterialLoader is the swift library to show and animate the loader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.6%
  • Ruby 3.4%