Popularity
7.7
Stable
Activity
0.0
Stable
1,327
29
185

Programming language: Swift
License: MIT License
Tags: UI     Activity Indicator    
Latest version: v1.2.1

LiquidLoader alternatives and similar libraries

Based on the "Activity Indicator" category.
Alternatively, view LiquidLoader alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of LiquidLoader or a related project?

Add another 'Activity Indicator' Library

README

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

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.


*Note that all licence references and agreements mentioned in the LiquidLoader README section above are relevant to that project's source code only.