Is there a way to set (or force) a .popover
to present itself as a full page popover view like on iPhones instead of a small window with an arrow on iPad ?
Asked
Active
Viewed 28 times
1

ChesterK2
- 320
- 3
- 11
-
1SwiftUI 2.0 has `.fullScreenCover`. Does it fit your needs? Or use `.sheet`. – Asperi Aug 13 '20 at 16:34
-
Yes .sheet fit for my purposes, thanks. – ChesterK2 Aug 13 '20 at 17:50