Contents

customizationIdentifier

The customization identifier for the tab bar and sidebar for persistence.

Declaration

var customizationIdentifier: String? { get set }

Discussion

The identifier is useful for when an app has multiple tab bar controllers, each with their own customizations. If the customization identifier is nil, a system default is used. Default is nil.

See Also

Customizing the tab bar appearance