<!--
{
  "availability" : [
    "iOS: 2.0.0 - 13.0.0",
    "iPadOS: 2.0.0 - 13.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIApplication/statusBarOrientationAnimationDuration",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIApplication(py)statusBarOrientationAnimationDuration"
  },
  "title" : "statusBarOrientationAnimationDuration"
}
-->

# statusBarOrientationAnimationDuration

The animation duration in seconds for the status bar during a 90 degree orientation change.

```
var statusBarOrientationAnimationDuration: TimeInterval { get }
```

## Discussion

You should double the value of this property for a 180 degree orientation change in the status bar.

## See Also

[`-  setStatusBarOrientation:animated:`](/documentation/UIKit/UIApplication/setStatusBarOrientation(_:animated:))

Sets the app’s status bar to the specified orientation, optionally animating the transition.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)