updateArrangement(_:animated:)
Updates the arrangement of the view controller.
Declaration
@MainActor @preconcurrency final func updateArrangement<A>(_ arrangement: A, animated: Bool = false) where A : UIArrangementViewController.ArrangementParameters
- arrangement:
The arrangement to apply.
- animated:
Whether to animate the arrangement transition.