TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2015 |
SPMSupports SPM | ✗ |
Maintained by Takuma Yoshida.
LiquidLoader is the loader UI components with liquid animation, inspired by Spinner Loader - Gooey light Effect
let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor))
view.addSubview(loader)
You can show and hide a loader.
loader.show()
loader.hide()
You can use the following effects.
If you want to avoid grow effects, you should use .Circle
or .Line
.
LiquidLoader is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "LiquidLoader"
LiquidLoader is available under the MIT license. See the LICENSE file for more info.