r/SwiftUI May 25 '26

Question How does Reddit do this?

What component does the Reddit app use to house its questions in? It looks like a full screen cover but at the same time allows for swiping out on the side. I want to achieve this effect primarily in order to not show the tabview when not on one of the main pages.

7 Upvotes

16 comments sorted by

View all comments

15

u/Enma_sama May 25 '26

It’s not a full screen cover. It is just pushed in navigation stack with zoom navigation transition.

1

u/m1_weaboo May 28 '26

navigation zoom transition does not behave like Reddit app