- Notifications
You must be signed in to change notification settings - Fork185
Spinner loader components with liquid animation
License
NotificationsYou must be signed in to change notification settings
yoavlt/LiquidLoader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LiquidLoader is the spinner loader UI components with liquid animation, inspired bySpinner Loader - Gooey light Effect
[
](https://github.com/Carthage/Carthage)
letloader=LiquidLoader(frame: loaderFrame, effect:.growCircle(circleColor,10,1.0, growColor)) //color, number of circles, duration, growColor.view.addSubview(loader)
You can show and hide a loader.
loader.show()loader.hide()
You can use the following effects.
- .growCircle
- .growLine
- .circle
- .line
If you want to avoid grow effects, you should use.circle
or.line
.
LiquidLoader is available throughCocoaPods. To installit, simply add the following line to your Podfile:
pod"LiquidLoader"
or, if you useCarthage, add the following line to yourCarthage
file.
github "yoavlt/LiquidLoader"
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
Packages0
No packages published