Initializer

init(rootView:)

Creates a hosting controller object that wraps the specified SwiftUI view. 指定されたSwiftUIビューをラップするホスティングコントローラオブジェクトを作成します。

Declaration 宣言

init(rootView: Content)

Return Value 戻り値

A UIHostingController object initialized with the specified SwiftUI view.

Parameters パラメータ

rootView

The root view of the SwiftUI view hierarchy that you want to manage using the hosting view controller. SwiftUIビュー階層のルートビュー、それはあなたがホスティングビューコントローラを使って管理を望むものです。

See Also 参照

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