CustomTreeStructure
public class CustomTreeStructure: ScreenInfo
Wrapper class for custom tree structure tracking
-
Custom tree structure first category label
Declaration
Swift
public var category1: Int = 0 -
Custom tree structure first category label
Declaration
Swift
public var category2: Int = 0 -
Custom tree structure first category label
Declaration
Swift
public var category3: Int = 0 -
Create a new CustomTreeStructure
Declaration
Swift
public init(category1: Int)Parameters
category1first custom tree structure category
-
Create a new CustomTreeStructure
Declaration
Swift
public convenience init(category1: Int, category2: Int)Parameters
category1first custom tree structure category
category2second custom tree structure category
-
Create a new CustomTreeStructure
Declaration
Swift
public convenience init(category1: Int, category2: Int, category3: Int)Parameters
category1first custom tree structure category
category2second custom tree structure category
category3third custom tree structure category
CustomTreeStructure Class Reference