Skip to content

LiquidLoader is the spinner loader UI components with liquid animation, inspired by Spinner Loader - Gooey light Effect

Notifications You must be signed in to change notification settings

MahdiBND/LiquidLoaderSwiftUI

Repository files navigation

LiquidLoaderSwiftUI

A SwiftUI wrapper around LiquidLoader

Get

For Xcode Projects

File > Swift Packages > Add Package Dependency: https://github.com/MahdiBND/LiquidLoaderSwiftUI

GrowLine

GrowLine

Usage

First import LoadingView

Embed your view content in a ZStack with the Loader as the last element.

ZStack {

	ScrollView {
		//...
	}
	
	Loading(background: .green, tint: .cyan)
}

Credits

About

LiquidLoader is the spinner loader UI components with liquid animation, inspired by Spinner Loader - Gooey light Effect

Resources

Stars

Watchers

Forks

Packages

No packages published