Skip to content

Spinner loader components with liquid animation

License

Notifications You must be signed in to change notification settings

Mosaics/LiquidLoader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiquidLoader

LiquidLoader is the spinner loader UI components with liquid animation, inspired by Spinner Loader - Gooey light Effect

CI Status Version License Platform [Carthage compatible] (https://github.com/Carthage/Carthage)

GrowCircle

GrowCircle

GrowLine

GrowLine

Usage

let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor, 10, 1.0, , growColor)) //color, number of circles, duration, growColor.
view.addSubview(loader)

Show/Hide

You can show and hide a loader.

loader.show()
loader.hide()

Effect Type

You can use the following effects.

  • .GrowCircle
  • .GrowLine
  • .Circle
  • .Line

If you want to avoid grow effects, you should use .Circle or .Line.

Installation

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

pod "LiquidLoader"

or, if you use Carthage, add the following line to your Carthage file.

github "yoavlt/LiquidLoader"

License

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

About

Spinner loader components with liquid animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 64.0%
  • Shell 31.1%
  • Ruby 3.3%
  • Objective-C 1.6%