Contents

ignoredByLayout()

Returns an effect that produces the same geometry transform as this effect, but only applies the transform while rendering its view.

Declaration

func ignoredByLayout() -> _IgnoredByLayoutEffect<Self>

Discussion

Use this method to disable layout changes during transitions. The view ignores the transform returned by this method while the view is performing its layout calculations.

See Also

Applying effects