Class

UIHostingController

A UIKit view controller that manages a SwiftUI view hierarchy. あるUIKitビューコントローラ、それはあるSwiftUIビュー階層を管理します。

Declaration 宣言

class UIHostingController<Content> where Content : View

Overview 概要

Create a UIHostingController object when you want to integrate SwiftUI views into a UIKit view hierarchy. At creation time, specify the SwiftUI view you want to use as the root view for this view controller; you can change that view later using the rootView property. Use the hosting controller like you would any other view controller, by presenting it or embedding it as a child view controller in your interface. ホスティングコントローラを、あなたが何か他のビューコントローラでするように使ってください、それを提示することまたはそれをあなたのインターフェイスの中の子ビューコトンローラとして埋め込むことによって。

Topics 話題

Creating a Hosting Controller Object ホスティングコントローラオブジェクトを作成する

Getting the Root View ルートビューを取得する

Responding to View-Related Events ビュー関連イベントに応答する

Configuring the Interface Appearance インターフェイス外観を構成設定する

Accessing the Available Key Commands