.alert
#alert #message
Overview
Any button in the alert will dismiss the alert (HWS).
Subjects
Binding an alert to an optional string
Sample Code
Button(action: {
self.counter+= 1
}, label: {
Text("Add")
})
Sources
Videos
Articles / Documents
See Also
Last updated
Was this helpful?