Contents

updateArrangement(_:animated:)

Updates the arrangement of the view controller.

Declaration

@MainActor @preconcurrency final func updateArrangement<A>(_ arrangement: A, animated: Bool = false) where A : UIArrangementViewController.Arrangement

Parameters

  • arrangement:

    The arrangement to apply.

  • animated:

    Whether to animate the arrangement transition.

See Also

Configuring the arrangement