---
title: layoutSubviews
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiview/animationoptions/layoutsubviews
---

# layoutSubviews

Lay out subviews at commit time so that they are animated along with their parent.

## Declaration

```swift
static var layoutSubviews: UIView.AnimationOptions { get }
```

## See Also

### Constants

- [allowUserInteraction](uikit/uiview/animationoptions/allowuserinteraction.md)
- [beginFromCurrentState](uikit/uiview/animationoptions/beginfromcurrentstate.md)
- [repeat](uikit/uiview/animationoptions/repeat.md)
- [autoreverse](uikit/uiview/animationoptions/autoreverse.md)
- [overrideInheritedDuration](uikit/uiview/animationoptions/overrideinheritedduration.md)
- [overrideInheritedCurve](uikit/uiview/animationoptions/overrideinheritedcurve.md)
- [allowAnimatedContent](uikit/uiview/animationoptions/allowanimatedcontent.md)
- [showHideTransitionViews](uikit/uiview/animationoptions/showhidetransitionviews.md)
- [overrideInheritedOptions](uikit/uiview/animationoptions/overrideinheritedoptions.md)
- [curveEaseInOut](uikit/uiview/animationoptions/curveeaseinout.md)
- [curveEaseIn](uikit/uiview/animationoptions/curveeasein.md)
- [curveEaseOut](uikit/uiview/animationoptions/curveeaseout.md)
- [curveLinear](uikit/uiview/animationoptions/curvelinear.md)
- [transitionFlipFromLeft](uikit/uiview/animationoptions/transitionflipfromleft.md)
- [transitionFlipFromRight](uikit/uiview/animationoptions/transitionflipfromright.md)
