You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for supporting the scenario where you want page nav inside the sheets, not just dismiss.
For example, imagine having a Settings view inside a sheet, with several of the options in that view requiring navigation links to push in for more options. I would not want to close the sheet, I would want the user to be able to easily bezel swipe back (easier than tapping the back arrow at the very top). If they dismissed the sheet that would mean the user would have to reopen the settings view when they just wanted to go back to the main settings view.
I would imagine this would work already with the current implementation. If I get the chance, I'll try it. If it doesn't work, I'd imagine putting a VC view as the base view of the sheet would fix it
If using NavigationView/Links inside sheet()s today it's not possible to bezel swipe back, would using this enable that?
The text was updated successfully, but these errors were encountered: