func actionSheet (isPresented : Binding<Bool>, content: () -> ActionSheet ) -> some View
Presents an action sheet when a given condition is true.
アクションシートを提示します、与えられた条件がrrueの場合に。
func actionSheet <T>(item: Binding<T?>, content: (T) -> ActionSheet ) -> some View
Presents an action sheet using the given item as a data source for the sheet’s content.
アクションシートを提示します、与えられた項目をシートのもつ内容に対するデータソースとして使って。
func alert<Item>(item: Binding<Item?>, content: (Item) -> Alert) -> some View
Presents an alert to the user.
アラートをユーザに提示します。