Contents

appearance

The appearance associated with the app’s windows.

Declaration

var appearance: NSAppearance? { get set }

Mentioned in

Discussion

When the value of this property is nil (the default), AppKit applies the current system appearance to the app’s user interface elements, including its windows, views, panels, and popovers. Assigning an NSAppearance object to this property causes the app’s interface elements to adopt the specified appearance instead.

Individual windows and views may still override the app’s appearance to customize their own appearance.

See Also

Managing the app’s appearance