Skip to content

devfeather/GradientLoading

Repository files navigation

GradientLoading

Swift CocoaPods

  • Easy to use Loading View in iOS

image

Requirements

  • iOS 8.0+
  • Swift 3.0

Example

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

Installation

CocoaPods

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

pod 'GradientLoading'

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, dev.thefeather@gmail.com

License

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