CarbonLoadingView

public protocol CarbonLoadingView : NSView

Describes a Carbon loading view.

  • Shows the loading view.

    Declaration

    Swift

    func show()
  • Hides the loading view.

    Declaration

    Swift

    func hide()