Skip to content

yoavlt/LiquidLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiquidLoader

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

[![CI Status](http:https://img.shields.io/travis/Takuma Yoshida/LiquidLoader.svg?style=flat)](https://travis-ci.org/Takuma Yoshida/LiquidLoader) Version License Platform

GrowCircle

GrowCircle

GrowLine

GrowLine

Usage

let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor))
view.addSubview(loader)

Show/Hide

loader.show()
loader.hide()

Effect Type

You can use the following effects.

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

If you avoid grow effect, you should use .Circle and .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.

About

Spinner loader components with liquid animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published