---
title: isFindNavigatorVisible
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifindinteraction/isfindnavigatorvisible
---

# isFindNavigatorVisible

A Boolean value that indicates when the find panel displays onscreen.

## Declaration

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

## Discussion

Discussion The value of this property is YES when the find panel displays; otherwise, NO.

## See Also

### Configuring the find panel

- [searchText](uikit/uifindinteraction/searchtext.md)
- [replacementText](uikit/uifindinteraction/replacementtext.md)
- [optionsMenuProvider](uikit/uifindinteraction/optionsmenuprovider.md)
