---
title: activeFindSession
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifindinteraction/activefindsession
---

# activeFindSession

The object that manages the state, presentation, and behavior of an active search.

## Declaration

```swift
var activeFindSession: UIFindSession? { get }
```

## Discussion

Discussion This property returns the session object managing the details of the search. When no seach is active, isFindNavigatorVisible is false, this returns nil.

## See Also

### Managing the search

- [updateResultCount()](uikit/uifindinteraction/updateresultcount().md)
