CustomTreeStructures

public class CustomTreeStructures : NSObject

Wrapper class to manage custom tree structure instances

  • Add a custom tree structure info to screen hit

    Declaration

    Swift

    public func add(_ category1: Int) -> CustomTreeStructure

    Parameters

    category1

    category1 label

    Return Value

    CustomTreeStructure instance

  • Add a custom tree structure info to screen hit

    Declaration

    Swift

    public func add(_ category1: Int, category2: Int) -> CustomTreeStructure

    Parameters

    category1

    category1 label

    category2

    category2 label

    Return Value

    CustomTreeStructure instance

  • Add a custom tree structure info to screen hit

    Declaration

    Swift

    public func add(_ category1: Int, category2: Int, category3: Int) -> CustomTreeStructure

    Parameters

    category1

    category1 label

    category2

    category2 label

    category3

    category3 label

    Return Value

    CustomTreeStructure instance