- August 28, 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”
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...