美文网首页
SwiftUI 和 iOS 15 中的 Confirmation

SwiftUI 和 iOS 15 中的 Confirmation

作者: iCloudEnd | 来源:发表于2021-10-07 20:44 被阅读0次

在 iOS 15 中引入,confirmationDialog 修饰符提供了一种在 iPhone 上显示 actionSheet 和在 iPad 上显示弹出菜单的方法。使用 SwiftUI 的 Apple 平台都支持确认对话框,因此它适用于 iOS、iPadOS、macOS 和 watchOS。如果我们想在 iOS 14 或更低版本上显示 actionSheet,则必须使用 actionSheet 修饰符(ActionSheet 不适用于 macOS)。
我们举一个confirmationDialog的简单例子:

相关文章

网友评论

      本文标题:SwiftUI 和 iOS 15 中的 Confirmation

      本文链接:https://www.haomeiwen.com/subject/dowznltx.html