Contents

isSupplementaryInterfaceHidden

A Boolean value that indicates whether the view hides supplementary interface objects.

Declaration

@MainActor final var isSupplementaryInterfaceHidden: Bool { get set }

Mentioned in

Discussion

Supplementary interface objects include the Live Text button and 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.

See Also

Querying the interface state