ABSteppedProgressBar is animated and customisable stepped progress bar for iOS written in Swift.
First thing is to import the framework. See the Installation instructions, on how to add the framework to your project.
Run the Exemple project to see it in action !
ABSteppedProgressBar requires at least iOS 9 or above.
At this time, CocoaPods support for Swift frameworks is supported in a pre-release.
To use ABSteppedProgressBar in your project add the following 'Podfile' to your project
source 'https://github.com/CocoaPods/Specs.git'
pod 'ABSteppedProgressBar'
Run:
pod install
Then, import the module :
import ABSteppedProgressBar
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift
compiler.
Once you have your Swift package set up, adding Device as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/antoninbiret/ABSteppedProgressBar.git", from: "0.2.3")
]
ABSteppedProgressBar is licensed under the MIT License.
- Carthage Support