Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 779 Bytes

File metadata and controls

29 lines (17 loc) · 779 Bytes

SegmentedProgressBar

A segmented progress bar that supports different proportions.

ScreenShots

Requirements

  • Xcode 15.4+
  • Swift 5.10+
  • iOS 13.0+

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/sunimp/SegmentedProgressBar.git", .upToNextMajor(from: "1.0.0"))
]

License

SegmentedProgressBar is available under the MIT license. See the LICENSE file for more info.