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
  • Settings to configure graph view.

    Create instance of Settings and pass to ‘Doric’ to refect changes for graphView. Will refact only before view presented.

    Declaration

    Swift

    public var settings: Settings
  • 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 }