setSupplementaryInterfaceHidden(_:animated:)
Hides or shows supplementary interface objects, such as the Live Action button and Quick Actions, depending on the item type.
Declaration
@MainActor final func setSupplementaryInterfaceHidden(_ hidden: Bool, animated: Bool)Parameters
- hidden:
trueto hide the supplementary interface; otherwise,false. - animated:
trueto animate the interface transition; otherwise,false.