标签: macos cocoa appkit
我可以通过设置'外观'属性来更改NSWindow的外观。有没有办法为整个应用程序设置默认外观,这样我就不必为每个窗口设置它?
答案 0 :(得分:0)
NSApplication具有var appearance: NSAppearance?属性,该属性通过effectiveAppearance级联到窗口和视图。
NSApplication
var appearance: NSAppearance?
effectiveAppearance