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

onDisappear(perform:)

Adds an action to perform when this view disappears. あるアクションを加えて、このビューが姿を消す時に実行します。

Declaration 宣言

func onDisappear(perform action: (() -> Void)? = nil) -> some View

Return Value 戻り値

A view that triggers action when this view disappears. あるビュー、それはこのビューが姿を消す時にactionを引き起こすものです。

Parameters パラメータ

action

The action to perform. If action is nil, the call has no effect. 実行するアクション。actionnilならば、呼び出しは効果を持ちません。