- August 28, 2025
- Mins Read
Material Linear Progress Bar for your iOS apps
github “Recouse/LinearProgressBar”
Add this to your Podfile
pod ‘MaterialProgressBar’
import LinearProgressBar
let progressBar = LinearProgressBar()
…
view.addSubview(progressBar)
progressBar.startAnimating()
You can use it like activity indicator in UIViewController
:
// Start animating
showProgressBar()
// Stop animating
hideProgressBar()
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 ...