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

onAppear(perform:)

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

Declaration 宣言

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

Return Value 戻り値

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

Parameters パラメータ

action

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