Initializer

init(coder:)

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

Declaration 宣言

required dynamic init?(coder aDecoder: NSCoder)

Discussion 議論

The default implementation of this method throws an exception. このメソッドの省略時の実装は例外をスローします。 To create your view controller from an archive, override this method and initialize the superclass using the init(coder:rootView:) method instead.

-Parameter coder: The decoder to use during initialization.

See Also 参照

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