DEAGyroscopeViewCell Class Reference
Inherits from | UITableViewCell |
---|---|
Declared in | DEAGyroscopeViewCell.h DEAGyroscopeViewCell.m |
notifySwitch
Enable notification
@property (strong, nonatomic) IBOutlet UISwitch *notifySwitch
Discussion
Enable notification
Declared In
DEAGyroscopeViewCell.h
rollLabel
Roll label
@property (strong, nonatomic) IBOutlet UILabel *rollLabel
Discussion
Roll label
Declared In
DEAGyroscopeViewCell.h
pitchLabel
Pitch label
@property (strong, nonatomic) IBOutlet UILabel *pitchLabel
Discussion
Pitch label
Declared In
DEAGyroscopeViewCell.h
yawLabel
Yaw label
@property (strong, nonatomic) IBOutlet UILabel *yawLabel
Discussion
Yaw label
Declared In
DEAGyroscopeViewCell.h
calibrateButton
Calibrate button
@property (strong, nonatomic) IBOutlet UIButton *calibrateButton
Discussion
Calibrate button
Declared In
DEAGyroscopeViewCell.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
DEAGyroscopeViewCell.h
– calibrateButtonAction:
Action method to handle calibrateButton.
- (IBAction)calibrateButtonAction:(id)sender
Parameters
sender |
---|
Discussion
Action method to handle calibrateButton.
Declared In
DEAGyroscopeViewCell.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
DEAGyroscopeViewCell.h
– deconfigure
Deconfigure this class to not use sensorTag.
- (void)deconfigure
Discussion
Deconfigure this class to not use sensorTag.
Declared In
DEAGyroscopeViewCell.h