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

makeWKInterfaceObject(context:)

Creates a WatchKit interface object and configures its initial state. WatchKitインターフェイスオブジェクトを作成します、そしてそれの初期状態を構成設定します。

Declaration 宣言

func makeWKInterfaceObject(context: Self.Context) -> Self.WKInterfaceObjectType

Return Value 戻り値

Your interface object configured with the provided information. あなたのインターフェイスオブジェクト、この提供された情報で構成設定されます。

Parameters パラメータ

context

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

Discussion 議論

You must implement this method and use it to create your interface object. あなたは、このメソッドを実装して、そしてそれを使ってあなたのインターフェイスオブジェクトを作成しなければなりません。 Configure the object using your app’s current data and contents of the context parameter. The system calls this method only once, when it creates your interface object for the first time. システムは、このメソッドをただ一回だけ呼び出します、それがあなたのインターフェイスオブジェクトを初めて作成する時に。 For all subsequent updates, the system calls the updateWKInterfaceObject(_:context:) method.

See Also 参照

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