Changing the color of NSProgressIndicator?

前端 未结 5 924
终归单人心
终归单人心 2020-12-17 21:12

What is the best way to change the color of NSProgressIndicator, is there an easier way than just to subclass it and then draw the whole component by myself?

Basical

5条回答
  •  再見小時候
    2020-12-17 22:01

    you can use proggressBar.appearance = NSAppearance(named: .vibrantLight) // this is light or vibrantDark for "black" indictor

提交回复
热议问题