Objective c 如何设置NSTabView的背景色?

Objective c 如何设置NSTabView的背景色?,objective-c,tabview,Objective C,Tabview,上述代码不起作用:( 感谢NSTabView没有setBackgroundColor方法,所以我认为您不能按原样使用它。解决它的方法之一是子类化NSTabView并重写drawRect方法。请在github上检查此版本的自定义选项卡控件- [tabView setBackgroundColor:[NSColor colorWithCalibratedRed:0.227f green:0.251f blue:0.337 alpha:0.8];

上述代码不起作用:(


感谢

NSTabView没有
setBackgroundColor
方法,所以我认为您不能按原样使用它。解决它的方法之一是子类化NSTabView并重写
drawRect
方法。请在github上检查此版本的自定义选项卡控件-

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