Kay .
, , .
CMMotionManager.
startDeviceMotionUpdatesToQueue .
[self.motionManager startDeviceMotionUpdatesToQueue:[NSOperationQueue currentQueue] withHandler:^(CMDeviceMotion *motion, NSError *error) {
[self processMotion];
}];
Motion , :
CMAttitude *currentAttitude = self.motionManager.deviceMotion.attitude;
[currentAttitude multiplyByInverseOfAttitude:self.referenceAttitude];
, .
, , , .
, -180 180 Apple. :
#define RADIANS_TO_DEGREES(radians) ((radians) * (180.0 / M_PI))
, x, x.
, .