Skip to content

ankush445/Progress-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Progress-Bar

A lightweight and customizable progress bar for iOS written in SwiftUI.

✨ Features

  • Smooth animations
  • Easy to integrate
  • Fully customizable

πŸ“¦ Installation

Swift Package Manager

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")

πŸš€ Usage

import ProgressBar
import SwiftUI
struct ContentView: View {
    var body: some View {
        ProgressBar(progress: 0.5, size: 200, lineWidth: 3, style: .gradient)
    }
}

πŸ“Έ Preview

Progress Bar Demo


πŸ›  Requirements

  • iOS 13+
  • Swift 5+

πŸ“„ License

MIT License

About

A customizable progress bar for iOS with smooth animations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages