CG_TapGestureRecognizer
class CG_TapGestureRecognizer : UITapGestureRecognizer
This simply allows us to attach a row index to a gesture, so we know which Characteristic to use.
-
the 0-based row index of the Characteristic table row that corresponds to our Characteristic.
Declaration
Swift
var rowIndex: Int
-
This is the view that we will be highlighting.
Declaration
Swift
var backgroundView: UIView!