LiquidLoader 0.1.1

LiquidLoader 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2015
SPMSupports SPM

Maintained by Takuma Yoshida.



  • By
  • Takuma Yoshida

LiquidLoader

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

GrowCircle

GrowCircle

GrowLine

GrowLine

Usage

let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor))
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"

License

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