Initializer

init(coder:rootView:)

Creates a hosting controller object from an archive and the specified SwiftUI view. ホスティングコントローラオブジェクトをあるアーカイブおよび指定されたSwiftUIビューから作成します。

Declaration 宣言

init?(coder: NSCoder, rootView: Content)

Parameters パラメータ

coder

The decoder to use during initialization. 初期化の間に使うデコーダ。

rootView

The root view of the SwiftUI view hierarchy that you want to manage using this view controller. あなたがこのビューコントローラを使って管理したいSwiftUIビュー階層のルートビュー。

See Also 参照

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