Contents

setSupplementaryInterfaceHidden(_:animated:)

Hides or shows supplementary interface objects, such as the Live Text button and the interface for Quick Actions, depending on the item type.

Declaration

@MainActor final func setSupplementaryInterfaceHidden(_ hidden: Bool, animated: Bool)

Parameters

  • hidden:

    true to hide the supplementary interface; otherwise, false.

  • animated:

    true to animate the interface transition; otherwise, false.

See Also

Customizing the interface