---
title: isShown
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopover/isshown
---

# isShown

The display state of the popover.

## Declaration

```swift
var isShown: Bool { get }
```

## Discussion

Discussion The value is true if the popover is being shown, false otherwise. The popover is considered to be shown from the point when show(relativeTo:of:preferredEdge:) is invoked. A popover is considered closed in response to an invocation of either close() or performClose(_:).

## See Also

### Managing a Popover’s Appearance

- [appearance](appkit/nspopover/appearance-swift.property.md)
- [effectiveAppearance](appkit/nspopover/effectiveappearance.md)
- [animates](appkit/nspopover/animates.md)
- [contentSize](appkit/nspopover/contentsize.md)
- [isDetached](appkit/nspopover/isdetached.md)
