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

updateWKInterfaceObject(_:context:)

Updates the presented WatchKit interface object (and its coordinator) to the latest configuration. 提示されたWatchKitインターフェイスオブジェクト(そしてそれのコーディネータ)を最新の構成設定に更新します。

Declaration 宣言

func updateWKInterfaceObject(_ wkInterfaceObject: Self.WKInterfaceObjectType, context: Self.Context)

Parameters パラメータ

wkInterfaceObject

Your custom interface object. あなたのあつらえのインターフェイスオブジェクト。

context

A context structure containing information about the current state of the system. システムの現在の状態についての情報を含んでいる前後関係構造体。

Discussion 議論

When the state of your app changes, SwiftUI updates the portions of your interface affected by those changes. SwiftUI calls this method for any changes affecting the corresponding interface object. あなたのアプリの状態が変化する時、SwiftUIはそれら変化によって影響されるあなたのインターフェイスの各部を更新します。SwiftUIは、このメソッドを、対応するインターフェイスオブジェクトに影響を及ぼすあらゆる変化に対して呼び出します。 Use this method to update the configuration of your object to match the new state information provided in the context parameter.

See Also 参照

Creating and Updating the Interface Object インターフェイスオブジェクトを作成および更新する