---
title: UISceneWindowingBehaviors
framework: uikit
role: symbol
role_heading: Class
path: uikit/uiscenewindowingbehaviors
---

# UISceneWindowingBehaviors

An object with properties that determine the behavior of a window.

## Declaration

```swift
@MainActor class UISceneWindowingBehaviors
```

## Topics

### Specifying window behaviors

- [isClosable](uikit/uiscenewindowingbehaviors/isclosable.md)
- [isMiniaturizable](uikit/uiscenewindowingbehaviors/isminiaturizable.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Determining window behaviors

- [isFullScreen](uikit/uiwindowscene/isfullscreen.md)
- [windowingBehaviors](uikit/uiwindowscene/windowingbehaviors.md)
