gpt4 book ai didi

swift - 背景清晰的 NSProgressIndicator

转载 作者:搜寻专家 更新时间:2023-10-31 21:49:21 25 4
gpt4 key购买 nike

无法让 NSProgressIndicator 具有清晰的背景,无论如何它都显示为灰色背景:

let progressbar = NSProgressIndicator.init(frame: NSRect(x: 10, y: y+4, width: 60, height: 60))
progressbar.style = NSProgressIndicatorStyle.SpinningStyle
progressbar.controlTint = NSControlTint.ClearControlTint
progressbar.wantsLayer = true
progressbar.layer?.backgroundColor = NSColor.clearColor().CGColor
self.contentView.addSubview(progressbar)

有什么想法吗?

最佳答案

我知道这好像晚了 3 年,而且我知道您可能已经准备好了,但这就是答案。

progressbar.appearance = NSAppearance(named: NSAppearance.Name.aqua)

关于swift - 背景清晰的 NSProgressIndicator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38797888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com