---
title: isGyroAvailable
framework: coremotion
role: symbol
role_heading: Instance Property
path: coremotion/cmmotionmanager/isgyroavailable
---

# isGyroAvailable

A Boolean value that indicates whether a gyroscope is available on the device.

## Declaration

```swift
var isGyroAvailable: Bool { get }
```

## Mentioned in

Getting raw gyroscope events

## See Also

### Related Documentation

- [isGyroActive](coremotion/cmmotionmanager/isgyroactive.md)

### Determining the Availability of Services

- [isDeviceMotionAvailable](coremotion/cmmotionmanager/isdevicemotionavailable.md)
- [isAccelerometerAvailable](coremotion/cmmotionmanager/isaccelerometeravailable.md)
- [isMagnetometerAvailable](coremotion/cmmotionmanager/ismagnetometeravailable.md)
