I am trying to tint a progress bar in a macOS application written in Swift 3. After a bit of researching, I came to this:
convertProgress.controlTint = NSControlTint.graphiteControlTint
However, it doesn't seem to change the tint at all – the progress bar stays blue.