Structure

UIViewControllerRepresentableContext

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

Declaration 宣言

struct UIViewControllerRepresentableContext<Representable> where Representable : UIViewControllerRepresentable

Overview 概要

A UIViewControllerRepresentableContext 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 UIViewControllerRepresentable 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 Controller Interactions ビューコントローラ相互作用と協調する

Getting the Environment Data 環境データを取得する

Relationships 関係

Conforms To 次に準拠

See Also 参照

UIKit Views in SwiftUI Apps