Background for Mac OS X app and other elements like NSButton, NSTabView
I changed the background color for my app, but other elements keep the same background color. Looks like I missed some easy configu开发者_如何学运维ration, bsc for NSTabViewItems item colors is deprecated by docs, and using current theme...
You can't easily adjust the tint of the standard controls. You're going to have to subclass and override the drawing code for each of the elements.
Also, may I humbly suggest that you leave it the default color?
U may use Core Animation layer in IB. Choose your object (for example button), open the view effects inspector (⎇⌘8), set checkbox with your object, add "content filters" color monochrome and set color! That is all!
精彩评论