<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/FindContext/isPresented",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11FindContextV11isPresentedAA7BindingVySbGSgvp"
  },
  "title" : "isPresented"
}
-->

# isPresented

A binding controlling if the find navigator is presented, or nil if no
binding has been provided via the [`findNavigator(isPresented:)`](/documentation/SwiftUI/View/findNavigator(isPresented:))
modifier.

```
var isPresented: Binding<Bool>?
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)