- July 9, 2025
- Mins Read
LiquidLoader is the spinner loader UI components with liquid animation, inspired by Spinner Loader – Gooey light Effect
let loader = 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.
If you want to avoid grow effects, you should use .circle
or .line
.
pod “LiquidLoader”
or, if you use Carthage, add the following line to your Carthage
file.
github “yoavlt/LiquidLoader”
A lightweight sparkline component, supporting Swift, SwiftUI, macCatalyst and Objective-C. What is a sparkline? A sparkline is a very ...
LightChart is a lightweight SwiftUI package with line charts implementation. You can use it when you need only a chart that will perfectly ...
Swift package for displaying charts effortlessly. V2 Beta is here 🎉🎉🎉 V2 focuses on providing a strong and easy to ...
Lightweight and easy to use SwiftUI chart library for all Apple platforms