4
[tabView setBackgroundColor:[NSColor colorWithCalibratedRed:0.227f green:0.251f blue:0.337 alpha:0.8];  

上面的代码不起作用:(

谢谢

4

1 回答 1

2

NSTabView 没有setBackgroundColor方法,所以我认为您不能按原样使用它。解决它的方法之一是继承 NSTabView 和覆盖drawRect方法。在 github 上检查此版本的自定义选项卡控件 - https://github.com/ciaran/psmtabbarcontrol

于 2012-06-01T16:38:20.303 回答