How can I customize my mac app's windows to a 开发者_C百科'dark theme' as seen in Facetime? I'm wondering if this is a setting in Interface Builder, or if I will have to use a custom gradient.
You'll need to do it yourself, including the controls. You might use the transparent controls here: http://brandonwalkin.com/bwtoolkit/
This type of window is also seen in Quicktime Player, but according to these:
http://lists.apple.com/archives/cocoa-dev/2011/May/msg00257.html
http://lists.apple.com/archives/cocoa-dev/2011/May/msg00259.html
it isn't available as option.
精彩评论