Your First iOS & SwiftUI App: Polishing the App, Episode 26: Challenge: Create a Custom Alert | raywenderlich.com

Try creating the custom alert itself, by using the building blocks we created earlier.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/28797859-your-first-ios-swiftui-app-polishing-the-app/lessons/26

Not sure where this should land but since it was mentioned earlier to create a landscape preview using the below is much easier and cleaner :

PointsView()
            .previewInterfaceOrientation(.landscapeLeft)