Contents

alwaysAvailable

A Boolean value that determines whether the group is always available through the UI.

Declaration

var alwaysAvailable: Bool { get set }

Discussion

Set this property to true to ensure that the functionality in this group is available to people regardless of the customization of the groups.

When the value is true, UIKit places the items in this group in the overflow menu for the UIUserInterfaceIdiom.phone and UIUserInterfaceIdiom.pad idioms. This property doesn’t have an effect for the UIUserInterfaceIdiom.mac idiom.

See Also

Configuring the group