---
title: windowingBehaviors
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/windowingbehaviors
---

# windowingBehaviors

An object that specifies the behaviors of the window.

## Declaration

```swift
var windowingBehaviors: UISceneWindowingBehaviors? { get }
```

## Discussion

Discussion For Mac apps built with Mac Catalyst, use this property to specify whether the scene’s window displays minimize and close buttons. This property is nil on unsupported platforms.

## See Also

### Determining window behaviors

- [isFullScreen](uikit/uiwindowscene/isfullscreen.md)
- [UISceneWindowingBehaviors](uikit/uiscenewindowingbehaviors.md)
