---
title: flexibleHeight
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiview/autoresizingmask-swift.struct/flexibleheight
---

# flexibleHeight

Resizing performed by expanding or shrinking a view’s height.

## Declaration

```swift
static var flexibleHeight: UIView.AutoresizingMask { get }
```

## See Also

### Constants

- [flexibleLeftMargin](uikit/uiview/autoresizingmask-swift.struct/flexibleleftmargin.md)
- [flexibleWidth](uikit/uiview/autoresizingmask-swift.struct/flexiblewidth.md)
- [flexibleRightMargin](uikit/uiview/autoresizingmask-swift.struct/flexiblerightmargin.md)
- [flexibleTopMargin](uikit/uiview/autoresizingmask-swift.struct/flexibletopmargin.md)
- [flexibleBottomMargin](uikit/uiview/autoresizingmask-swift.struct/flexiblebottommargin.md)
