---
title: appearance
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopover/appearance-swift.property
---

# appearance

The appearance of the popover.

## Declaration

```swift
var appearance: NSAppearance? { get set }
```

## Discussion

Discussion If no appearance is specified, the popover’s effective appearance defaults to vibrantLight. In apps that run in macOS 10.10 and later, the previous property type of NSPopover.Appearance is deprecated. In apps that run in OS X v10.9 and earlier, the aqua appearance is automatically set on popover content.

## See Also

### Managing a Popover’s Appearance

- [effectiveAppearance](appkit/nspopover/effectiveappearance.md)
- [animates](appkit/nspopover/animates.md)
- [contentSize](appkit/nspopover/contentsize.md)
- [isShown](appkit/nspopover/isshown.md)
- [isDetached](appkit/nspopover/isdetached.md)
