3
[tabView setBackgroundColor:[NSColor colorWithCalibratedRed:0.227f green:0.251f blue:0.337 alpha:0.8];
上面的代碼不工作:(如何設置NSTabView的背景顏色?
感謝
[tabView setBackgroundColor:[NSColor colorWithCalibratedRed:0.227f green:0.251f blue:0.337 alpha:0.8];
上面的代碼不工作:(如何設置NSTabView的背景顏色?
感謝
NSTabView沒有一個setBackgroundColor
方法,所以我覺得你水溼使用它作爲是,其中一個方法來解決它是繼承NSTabView並覆蓋drawRect
方法。在github上檢查此版本的自定義選項卡控件 - https://github.com/ciaran/psmtabbarcontrol