Post

Replies

Boosts

Views

Activity

Reply to Alert isn't presenting when we use confirmationDialog in a View Xcode 13
Yes @robnotyou it worked. But that API for showing an alert was deprecated. .alert(isPresented: $showingAlert) { Alert(title: Text("Alert"), message: Text("Message"), dismissButton: .default(Text("OK"))) } https://developer.apple.com/documentation/swiftui/view/alert(item:content:)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21