Initializer

init()

Creates an instance of the app using the body that you define for its content. アプリのインスタンスを作成します、あなたがそれの内容に対して定義する本体を使います。

Declaration 宣言

init()

Discussion 議論

Swift synthesizes a default initializer for structures that don’t provide one. You typically rely on the default initializer for your app.

See Also 参照

Running an App アプリを実行する