accessibilityLargeContentViewerEnabled
Whether the Large Content Viewer is enabled.
Declaration
var accessibilityLargeContentViewerEnabled: Bool { get }Discussion
The system can automatically provide a large content view with accessibilityShowsLargeContentViewer() or you can provide your own with 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.