Initializer

init(action:label:)

Creates a button that displays a custom label. あるボタンを作成します、それはあつらえのラベルを表示するものです。

Declaration 宣言

init(action: @escaping () -> Void, label: () -> Label)

Parameters パラメータ

action

The action to perform when the user triggers the button. ユーザがボタンを作動させる場合に実行するアクション。

label

A view that describes the purpose of the button’s action. あるビュー、それはボタンのもつactionの目的を記述します。

See Also 参照

Creating a Button ボタンを作成する