Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 700 Bytes

RTProgressBar

Simple progress bar control in Swift for macOS

Example

Usage

    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

License

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