CG_TappableButton

@MainActor
class CG_TappableButton : UIButton

This simply allows us to attach a row index to a button, so we know which Characteristic to use.

  • the 0-based row index of the Characteristic table row that corresponds to our Characteristic.

    Declaration

    Swift

    @MainActor
    var rowIndex: Int