Contents

hidden

An attribute indicating the hidden style.

Declaration

static var hidden: UIMenuElement.Attributes { get }

Discussion

When you use this attribute, the menu system doesn’t display the menu element. However, if the menu element is a UIKeyCommand object, the user can still select it using the keyboard shortcut specified by the key command object.

See Also

Attributes