possibleLabels
The set of labels that the item might display.
Declaration
var possibleLabels: Set<String> { get set }Discussion
Use this property to specify all of the labels you might possibly use for the toolbar item. Specify all strings in the current locale. To ensure there’s space for the longest label, the item sizes itself using the strings you provide.