ElementLabel

@objc(IAVDElementLabel)
public final class ElementLabel : NSObject

Provides identifying information for an element that is displayed in the view debugger.

  • Classification for an element that determines how it is represented in the view debugger.

    See more

    Declaration

    Swift

    @objc(IAVDElementClassification)
    public enum Classification : Int
  • A human readable name for the element.

    Declaration

    Swift

    @objc
    public let name: String?
  • Classification for an element that determines how it is represented in the view debugger.

    Declaration

    Swift

    @objc
    public let classification: Classification
  • Constructs a new Element

    Declaration

    Swift

    @objc
    public init(name: String?, classification: Classification = .normal)

    Parameters

    name

    A human readable name for the element

    classification

    Classification for an element that determines how it is represented in the view debugger.