CGA_InitialViewController_TableRow
class CGA_InitialViewController_TableRow : UITableViewCell
This is a simple class that will be used to display one row in the initial discovery table.
-
This will display the advertised name.
Declaration
Swift
@IBOutlet var nameLabel: UILabel!
-
This will display the RSSI level, in dBm.
Declaration
Swift
@IBOutlet var rssiLabel: UILabel!
-
This will wrap a dynamically-generated series of labels that will display the advertising data.
Declaration
Swift
@IBOutlet var advertisingDataView: UIView!