NSTokenFieldCellDelegate
A set of optional methods implemented by delegates of Nstokenfieldcell objects to work with tokenized strings.
Declaration
protocol NSTokenFieldCellDelegate : NSObjectProtocolTopics
Displaying Tokenized Strings
Editing a Tokenized Strings
tokenFieldCell(_:completionsForSubstring:indexOfToken:indexOfSelectedItem:)tokenFieldCell(_:editingStringForRepresentedObject:)tokenFieldCell(_:representedObjectForEditing:)tokenFieldCell(_:shouldAdd:at:)