Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
Replied In
Change Modality of Sheets in SwiftUI
+1 to this.
I am trying to present a "drawer" (read: sheet with presentationDetents()) on top of another View. Both the parent and the drawer should be interactive simultaneously. Currently, it appears that any time a sheet is displayed, it s forced to be modal, as @aaronjedwards noted.
This means my really-crummy implementation of a drawer will have to live on, much to my dismay, even though the new presentationDetents() API seems made for my use-case.
I filed FB10636765 on this issue.