Contents

gyroData

The latest sample of gyroscope data.

Declaration

var gyroData: CMGyroData? { get }

Mentioned in

Discussion

If no gyroscope data is available, the value of this property is nil. An app that is receiving gyroscope data after calling startGyroUpdates() periodically checks the value of this property and processes the gyroscope data.

See Also

Managing Gyroscope Updates