Instance Method
index(ofTag:)
The index of a tag, or nil when the tag is not assigned.
Not available in Objective-C.Not available in Python.
Declaration
func index(ofTag tag: String) -> Int?See Also
Tags
User-defined tags for organizing and filtering the glyph.
An array representation of the tags for use with Cocoa bindings.
The number of assigned tags.
The tag at an index, or
nilif the index is out of range.Adds a tag if it is not already assigned.
Removes a tag if it is assigned.
Removes the tag at an index.