Initializer

init(title:message:buttons:)

Creates an action sheet with the provided buttons. アクションシートをこの提供されたボタンで作成します。

Declaration 宣言

init(title: Text, message: Text? = nil, buttons: [ActionSheet.Button] = [.cancel()])

Parameters パラメータ

title

The title of the action sheet.

message

The message to display in the body of the action sheet.

buttons

The buttons to show in the action sheet.