TagGroupsEditor
@objc(UATagGroupsEditor)
public class TagGroupsEditor : NSObject
Tag groups editor.
-
Adds tags to the given group.
Declaration
Swift
@objc(addTags:group:) public func add(_ tags: [String], group: String)
Parameters
tags
The tags.
group
The tag group.
-
Removes tags from the given group.
Declaration
Swift
@objc(removeTags:group:) public func remove(_ tags: [String], group: String)
Parameters
tags
The tags.
group
The tag group.
-
Sets tags on the given group.
Declaration
Swift
@objc(setTags:group:) public func set(_ tags: [String], group: String)
Parameters
tags
The tags.
group
The tag group.
-
Applies tag changes.
Declaration
Swift
@objc public func apply()