DEAHumidityViewCell Class Reference
Inherits from | UITableViewCell |
---|---|
Declared in | DEAHumidityViewCell.h DEAHumidityViewCell.m |
notifySwitch
Enable notification
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitch
Discussion
Enable notification
Declared In
DEAHumidityViewCell.h
ambientTemperatureLabel
Display ambient temperature
@property (strong, nonatomic) IBOutlet UILabel *ambientTemperatureLabel
Discussion
Display ambient temperature
Declared In
DEAHumidityViewCell.h
relativeHumidityLabel
Display relative humidity
@property (strong, nonatomic) IBOutlet UILabel *relativeHumidityLabel
Discussion
Display relative humidity
Declared In
DEAHumidityViewCell.h
– notifySwitchAction:
Action method to handle notifySwitch toggle.
- (IBAction)notifySwitchAction:(id)sender
Parameters
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 *)sensorTag
Parameters
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)deconfigure
Discussion
Deconfigure this class to not use sensorTag.
Declared In
DEAHumidityViewCell.h