Instance Method インスタンスメソッド

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