A lightweight and customizable progress bar for iOS written in SwiftUI.
- Smooth animations
- Easy to integrate
- Fully customizable
In Xcode:
- Go to File β Add Packages
- Enter:
https://github.com/ankush445/Progress-Bar.git
Or in Package.swift:
.package(url: "https://github.com/ankush445/Progress-Bar.git", from: "1.0.0")import ProgressBar
import SwiftUI
struct ContentView: View {
var body: some View {
ProgressBar(progress: 0.5, size: 200, lineWidth: 3, style: .gradient)
}
}- iOS 13+
- Swift 5+
MIT License
