TagGroupsEditor

public class TagGroupsEditor

Tag groups editor.

  • Adds tags to the given group.

    Declaration

    Swift

    public func add(_ tags: [String], group: String)

    Parameters

    tags

    The tags.

    group

    The tag group.

  • Removes tags from the given group.

    Declaration

    Swift

    public func remove(_ tags: [String], group: String)

    Parameters

    tags

    The tags.

    group

    The tag group.

  • Sets tags on the given group.

    Declaration

    Swift

    public func set(_ tags: [String], group: String)

    Parameters

    tags

    The tags.

    group

    The tag group.

  • Applies tag changes.

    Declaration

    Swift

    public func apply()