GaugeProgressViewStyle
GaugeProgressViewStyle copied to clipboard
GaugeProgressViewStyle adds the Apple Watch gauge view to iOS.
GaugeProgressViewStyle adds the Apple Watch gauge view to iOS.
Installation
To install GaugeProgressViewStyle, add GaugeProgressViewStyle as a dependency to your Package.swift file.
.package(url: "https://github.com/kkla320/GaugeView.git", from: "1.0.0")
Usage
Simply use the progressViewStyle
method of ProgressView
and pass the GaugeProgressViewStyle via one of the static members named gauge
.
Please have a look in the wiki for detailed documentation.
Code | Result |
---|---|
|
|
|
|
|
|
|
|
|
|
Requirements
- Swift 5.5
- iOS 14 and above
Contributing
Simply create a pull request.