Post

Replies

Boosts

Views

Activity

How do I hide the navigation bar on scroll?
I've seen a few StackOverflow posts on how to hide the navigation bar when the user scrolls, like this: navigationController?.hidesBarsOnSwipe = true However, I'm pretty sure this only works for StoryBoard. Are there any options for SwiftUI?
Replies
0
Boosts
0
Views
407
Activity
Jan ’22
How do I change screens if you click on a VStack?
I know you can detect presses on a VStack with onTapGesture? But how do I change to a different view with it?
Replies
1
Boosts
0
Views
536
Activity
Jan ’22