---
title: minimumSize
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscenesizerestrictions/minimumsize
---

# minimumSize

The minimum width and height supported by your app’s windows.

## Declaration

```swift
var minimumSize: CGSize { get set }
```

## See Also

### Setting the size restrictions

- [maximumSize](uikit/uiscenesizerestrictions/maximumsize.md)
- [allowsFullScreen](uikit/uiscenesizerestrictions/allowsfullscreen.md)
