The interval, in seconds, for providing gyroscope updates to the block handler.
SDKs
- iOS 4.0+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Core Motion
Declaration
var gyroUpdateInterval: Time Interval { get set }
Discussion
The system supplies gyroscope (that is, rotation rate) updates to the block handler specified in start
at regular intervals determined by the value of this property. The interval units are in seconds. The value of this property is capped to minimum and maximum values; the maximum value is determined by the maximum frequency supported by the hardware. If your app is sensitive to the intervals of gyroscope data, it should always check the timestamps of the delivered CMGyro
instances to determine the true update interval.