isSupplementaryInterfaceHidden
A Boolean value that indicates whether the view hides supplementary interface objects.
Declaration
@MainActor final var isSupplementaryInterfaceHidden: Bool { get set }Discussion
Supplementary interface objects include the Live Text button and the interface for Quick Actions, depending on the item type. Setting this property invokes the setSupplementaryInterfaceHidden(_:animated:) method, passing this property value and true for the animated parameter.