How to present a full screen modal view using fullScreenCover()
Paul Hudson @twostraws Updated for Xcode 12.5 New in iOS 14 SwiftUI's fullScreenCover() modifier gives us a presentation style for times when you want to cover as much of the screen as possible, and in code it works almost identically to regular sheets.