<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EnvironmentValues/accessibilityLargeContentViewerEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17EnvironmentValuesV38accessibilityLargeContentViewerEnabledSbvp"
  },
  "title" : "accessibilityLargeContentViewerEnabled"
}
-->

# accessibilityLargeContentViewerEnabled

Whether the Large Content Viewer is enabled.

```
var accessibilityLargeContentViewerEnabled: Bool { get }
```

## Discussion

The system can automatically provide a large content view
with [`accessibilityShowsLargeContentViewer()`](/documentation/SwiftUI/View/accessibilityShowsLargeContentViewer())
or you can provide your own with [`accessibilityShowsLargeContentViewer(_:)`](/documentation/SwiftUI/View/accessibilityShowsLargeContentViewer(_:)).

While it is not necessary to check this value before adding
a large content view, it may be helpful if you need to
adjust the behavior of a gesture. For example, a button with
a long press handler might increase its long press duration
so the user can read the text in the large content viewer first.

---

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)