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