fixedGroupWithRepresentativeItem:items:
Creates a fixed group that a person can’t move or remove from the navigation bar during layout customization.
Declaration
+ (UIBarButtonItemGroup *) fixedGroupWithRepresentativeItem:(UIBarButtonItem *) representativeItem items:(NSArray<UIBarButtonItem *> *) items;Parameters
- representativeItem:
The item to display for the group when space is constrained.
- items:
The items to include in the group.