Doric
public class Doric : NSObject
Instance to access debug tools i.e. GraphView.
-
Shared instance to access various properties and settings for graph debug view.
Declaration
Swift
public static let shared: Doric
-
A Boolean value that determines whether the debugger graph view is hidden.
Setting the value of this property to true hides the graph and setting it to false shows the graph. The default value is false.
Declaration
Swift
public var isHidden: Bool { get set }