fixedGroup(representativeItem:items:)
Creates a fixed group that a person can’t move or remove from the navigation bar during layout customization.
Declaration
@MainActor @preconcurrency class func fixedGroup(representativeItem: UIBarButtonItem? = nil, items: [UIBarButtonItem]) -> UIBarButtonItemGroupParameters
- representativeItem:
The item to display for the group when space is constrained.
- items:
The items to include in the group.