Skip to content

RuntimeLLC/RTProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple progress bar control in Swift for macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published