SwiftUI
Present an alert with SwiftUI
Presenting an alert is one of the regularly used functionalities when developing apps. Using an alert, you are able to inform users about impossibilities, invalid input or anything else that requires an alert. New to SwiftUI? Read my blog post with an introduction to SwiftUI. Presenting an alert with SwiftUI works Read more…