<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 13.0.0 -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILayoutPriority/sceneSizeStayPut",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UILayoutPrioritySceneSizeStayPut"
  },
  "title" : "sceneSizeStayPut"
}
-->

# sceneSizeStayPut

The priority level at which the window’s scene prefers to stay the same size.

```
static var sceneSizeStayPut: UILayoutPriority { get }
```

## Discussion

Specify constraint priorities that are either higher or lower than this value, rather than equal to it.

---

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)