Skip to content

carabina/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 72.8%
  • Ruby 25.0%
  • Objective-C 2.2%