TagEditor
public class TagEditor
Tag editor.
-
Adds tags.
Declaration
Swift
public func add(_ tags: [String])
Parameters
tags
The tags.
-
Adds a single tag.
Declaration
Swift
public func add(_ tag: String)
Parameters
tag
The tag.
-
Removes tags from the given group.
Declaration
Swift
public func remove(_ tags: [String])
Parameters
tags
The tags.
-
Removes a single tag.
Declaration
Swift
public func remove(_ tag: String)
Parameters
tag
The tag.
-
Sets tags on the given group.
Declaration
Swift
public func set(_ tags: [String])
Parameters
tags
The tags.
-
Clears tags.
Declaration
Swift
public func clear()
-
Applies tag changes.
Declaration
Swift
public func apply()