How to work with fullScreenCover in SwiftUI — Modals are views appearing as overlays or pop-up over a current view. In SwiftUI, we basically use a sheet modifier for modals, which practically provides the general functionality that developer needs. But for modals that covers the whole screen, there’s a modifier built for it called fullScreenCover, available on iOS14…