How to show a view on Top Layer with SwiftUI
Sometimes our apps require to display a UI (like Progress Loader, Alert View, Toast UI or some other UI) on top of what's on screen.
Generic View could be the best solution for the same, Its visibility could be controlled purely depending on the need...
gauravtak.hashnode.dev2 min read