<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIWindowSceneResizingRestrictions",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIWindowSceneResizingRestrictions"
  },
  "title" : "UIWindowSceneResizingRestrictions"
}
-->

# UIWindowSceneResizingRestrictions

```
enum UIWindowSceneResizingRestrictions
```

## Topics

### Enumeration Cases

[`case freeform`](/documentation/UIKit/UIWindowSceneResizingRestrictions/freeform)

User resizes are only restricted by the system and other restrictions put in place

[`case none`](/documentation/UIKit/UIWindowSceneResizingRestrictions/none)

The user cannot resize the scene

[`case uniform`](/documentation/UIKit/UIWindowSceneResizingRestrictions/uniform)

User resizes are restricted to the current aspect ratio

[`case unspecified`](/documentation/UIKit/UIWindowSceneResizingRestrictions/unspecified)

App has no preference on user resize

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIWindowSceneResizingRestrictions/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)