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
-
Add a custom tree structure info to screen hit
Declaration
Swift
public func add(_ category1: Int, category2: Int) -> CustomTreeStructure
-
Add a custom tree structure info to screen hit
Declaration
Swift
public func add(_ category1: Int, category2: Int, category3: Int) -> CustomTreeStructure