---
title: allowsFullScreen
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscenesizerestrictions/allowsfullscreen
---

# allowsFullScreen

A Boolean value that indicates whether the scene can appear full screen.

## Declaration

```swift
var allowsFullScreen: Bool { get set }
```

## Discussion

Discussion The system only checks the value of this property in Mac Catalyst apps.

## See Also

### Setting the size restrictions

- [minimumSize](uikit/uiscenesizerestrictions/minimumsize.md)
- [maximumSize](uikit/uiscenesizerestrictions/maximumsize.md)
