Structure

NSViewControllerRepresentableContext

Contextual information about the state of the system that you use to create and update your AppKit view controller. システムの状態についての前後関係的情報、それはあなたが使用してあなたのAppKitビューコントローラを作成および更新するものです。

Declaration 宣言

struct NSViewControllerRepresentableContext<ViewController> where ViewController : NSViewControllerRepresentable

Overview 概要

An NSViewControllerRepresentableContext structure contains details about the current state of the system. When creating and updating your view controller, the system creates one of these structures and passes it to the appropriate method of your custom NSViewControllerRepresentable instance. Use the information in this structure to configure your view controller. For example, use the provided environment values to configure the appearance of your view controller and views. この構造体の中の情報を使って、あなたのビューコントローラを構成設定してください。例えば、提供された環境値を使って、あなたのビューコントローラとビューの外観を構成設定してください。 Don’t create this structure yourself.

Topics 話題

Coordinating View-Related Interactions ビュー関連相互作用と協調する

Getting the Current Environment Data 現在の環境データを取得する

Relationships 関係

Conforms To 次に準拠

See Also 参照

AppKit Views in SwiftUI Apps