---
title: isPopoverVisible
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipopovercontroller/ispopovervisible
---

# isPopoverVisible

A Boolean value indicating whether the popover is currently visible.

## Declaration

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

## Discussion

Discussion You must present the popover to make it visible.

## See Also

### Getting the popover attributes

- [arrowDirection](uikit/uipopovercontroller/arrowdirection.md)
