CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

GradientLoading 0.0.1

GradientLoading 0.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by feather.



  • By
  • feather

GradientLoading

  • Easy to use Loading View in iOS

Requirements

  • iOS 9.0+
  • Swift 3.0

Example

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

Usage

// Setup Text, Font, Stroke Color, Stroke Width.
GradientLoading.shared.setFontAttributes(text: "Jennie")

// use setCollectionColors or setColors.
GradientLoading.shared.setCollectionColors(.aurora)
// GradientLoading.shared.setColors([])

GradientLoading.shared.show()

Author

feather, [email protected]

License

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