Changing the color of NSProgressIndicator?

前端 未结 5 923
终归单人心
终归单人心 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:12

    To change color of NSProgressIndicator use setControlTint: method. If you want to set custom color you have to draw such control manually. However, you should use the system color to keep this kind of control consistent across the system.

提交回复
热议问题