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

id(_:)

Binds a view’s identity to the given proxy value. ビューのもつ同一性をこの与えられた値とバインドします。

Declaration 宣言

func id<ID>(_ id: ID) -> some View where ID : Hashable

Discussion 議論

When the proxy value specified by the id parameter changes, the identity of the view — for example, its state — is reset. idパラメータによって指定されるプロキシ値が変化する時、ビューの同一性 — 例えば、それの状態 — は設定し直されます。