setUpDescriptors()

func setUpDescriptors()

This sets up the Descriptor list (if any).

  • Creates a label to display a Characteristic.

    Declaration

    Swift

    func createLabel(_ inText: String, isHeader: Bool = false) -> NSView

    Parameters

    inText

    The text to use for the label.

    isHeader

    True, if this will be a header label.

    Return Value

    A label view.