https://github.com/jsbean/progressbar
Rectangle that progresses from left to right over a specfied amount of time.
https://github.com/jsbean/progressbar
Last synced: over 1 year ago
JSON representation
Rectangle that progresses from left to right over a specfied amount of time.
- Host: GitHub
- URL: https://github.com/jsbean/progressbar
- Owner: jsbean
- License: mit
- Created: 2016-06-28T14:25:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T16:16:14.000Z (over 9 years ago)
- Last Synced: 2025-01-22T12:47:00.327Z (over 1 year ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProgressBar
[](https://travis-ci.org/dn-m/ProgressBar)
[](https://github.com/Carthage/Carthage)
[](https://badge.fury.io/gh/dn-m%2FProgressBar)
### Carthage
Integrate **ProgressBar** into your OSX or iOS project with [Carthage](https://github.com/Carthage/Carthage).
1. Follow [these instructions](https://github.com/Carthage/Carthage#installing-carthage) to install Carthage, if necessary.
2. Add `github "dn-m/ProgressBar"` to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile)
3. Follow [these instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to integrate **ProgressBar** into your OSX or iOS project.
***
### Documentation
See the [documentation](http://dn-m.github.io/ProgressBar/).