---
title: isAutorotated
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkextension/isautorotated
---

# isAutorotated

A Boolean value that indicates whether the system has automatically rotated the user interface so that it is properly oriented for another viewer.

## Declaration

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

## Discussion

Discussion Normally, when a user rotates their wrist–for example, to show a watchOS app to another person–the watch is likely to interpret this motion as dropping the wrist and may put the app to sleep. When autorotation is enabled, watchOS instead keeps the interface awake and rotates the content so that it is oriented properly for the viewer. For more information on enabling autorotation, see isAutorotating.

## See Also

### Related Documentation

- [deviceOrientationDidChange()](watchkit/wkextensiondelegate/deviceorientationdidchange().md)

### Managing the user interface

- [isAutorotating](watchkit/wkextension/isautorotating.md)
- [globalTintColor](watchkit/wkextension/globaltintcolor.md)
- [enableWaterLock()](watchkit/wkextension/enablewaterlock().md)
