https://github.com/runtimellc/rtprogressbar
Simple progress bar control in Swift for macOS
https://github.com/runtimellc/rtprogressbar
Last synced: about 1 year ago
JSON representation
Simple progress bar control in Swift for macOS
- Host: GitHub
- URL: https://github.com/runtimellc/rtprogressbar
- Owner: RuntimeLLC
- License: mit
- Created: 2016-08-16T10:23:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T05:30:02.000Z (over 9 years ago)
- Last Synced: 2025-04-20T12:59:15.825Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 1.61 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTProgressBar
Simple progress bar control in Swift for macOS
# Example

# Usage
``` swift
progressBar.color = NSColor(calibratedRed: 0.1, green: 0.1, blue: 0.8, alpha: 0.6)
progressBar.backgroundColor = NSColor.lightGrayColor()
// for indeterminate state
progressBar.animationColor = NSColor.whiteColor()
```
### Maintainers
- [Daniyar Salakhutdinov](https://github.com/sdanny)
## License
RTProgressBar is available under the MIT license. See the LICENSE file for more info.