Initializer

init(coder:)

Creates a hosting view object from the contents of the specified archive. ホスティングビューオブジェクトをこの指定されたアーカイブの内容から作成します。

Declaration 宣言

required dynamic init?(coder aDecoder: NSCoder)

Parameters パラメータ

coder

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

Discussion 議論

The default implementation of this method throws an exception. このメソッドの省略時の実装は例外をスローします。 Use the init(rootView:) method to create your hosting view instead.

See Also 参照

Creating a Hosting View ホスティングビューを作成する