RVS_BTDriver_WatchOS_Test_Harness_Device_InterfaceController_TableRowController

class RVS_BTDriver_WatchOS_Test_Harness_Device_InterfaceController_TableRowController : NSObject

This class defines one row of the table that displays the values.

Static Constants

  • The row ID for this class.

    Declaration

    Swift

    static let rowID: String

IBOutlet Properties

  • The label for the value key.

    Declaration

    Swift

    @IBOutlet
    weak var keyLabel: WKInterfaceLabel!
  • The label for the value.

    Declaration

    Swift

    @IBOutlet
    weak var valueLabel: WKInterfaceLabel!