init(rootView : Content)
Creates a hosting view object that wraps the specified SwiftUI view.
あるホスティングビューオブジェクトを作成します、それは指定されたSwiftUIビューをラップします。
Availability 有効性
Technology
required dynamic init?(coder aDecoder: NSCoder
)
coder
The decoder to use during initialization. 初期化の間に使うデコーダ。
The default implementation of this method throws an exception.
このメソッドの省略時の実装は例外をスローします。
Use the init(root
method to create your hosting view instead.
init(rootView : Content)