---
title: isOpen()
framework: pdfkit
role: symbol
role_heading: Instance Method
path: pdfkit/pdfannotationpopup/isopen()
---

# isOpen()

Returns a Boolean value indicating whether the pop-up is open.

## Declaration

```swift
func isOpen() -> Bool
```

## Return Value

Return Value true if the pop-up is open; false otherwise.

## See Also

### Accessing and Setting the Open State

- [setIsOpen(_:)](pdfkit/pdfannotationpopup/setisopen(_:).md)
