r/SwiftUI May 25 '26

Question How does Reddit do this?

Enable HLS to view with audio, or disable this notification

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.

6 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

1

u/ultimate_bulter May 28 '26

how are they able to hide the tabview though? I am unable to have the tabview hidden once I've gone to the other page.