DEAHumidityViewCell Class Reference
| Inherits from | UITableViewCell |
|---|---|
| Declared in | DEAHumidityViewCell.h DEAHumidityViewCell.m |
notifySwitch
Enable notification
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitchDiscussion
Enable notification
Declared In
DEAHumidityViewCell.h
ambientTemperatureLabel
Display ambient temperature
@property (strong, nonatomic) IBOutlet UILabel *ambientTemperatureLabelDiscussion
Display ambient temperature
Declared In
DEAHumidityViewCell.h
relativeHumidityLabel
Display relative humidity
@property (strong, nonatomic) IBOutlet UILabel *relativeHumidityLabelDiscussion
Display relative humidity
Declared In
DEAHumidityViewCell.h
– notifySwitchAction:
Action method to handle notifySwitch toggle.
- (IBAction)notifySwitchAction:(id)senderParameters
sender |
notifySwitch UI component. |
|---|
Discussion
Action method to handle notifySwitch toggle.
Declared In
DEAHumidityViewCell.h
– configureWithSensorTag:
Configure this class to use sensorTag.
- (void)configureWithSensorTag:(DEASensorTag *)sensorTagParameters
sensorTag |
Peripheral containing service to be used by this UI component. |
|---|
Discussion
Configure this class to use sensorTag.
Declared In
DEAHumidityViewCell.h
– deconfigure
Deconfigure this class to not use sensorTag.
- (void)deconfigureDiscussion
Deconfigure this class to not use sensorTag.
Declared In
DEAHumidityViewCell.h