python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SwiftUI NavigationView Coordinator Issue
I made an example to demonstrate how I tried to exclude navigation states from views. The problem is that somehow storing the navigation states in an ObservableObject breaks navigation. After tapping ...
Spriter
Votes: 0
Answers: 1
Navigation Bar hide not working in SwiftUI iOS15
I am using xcode 13.2.1 iOS 15,i want to hide the navigational bar and the back arrow i have tried several methods. none of the answers worked
var body: some View {
NavigationView{
ZStack{...
abinbabu
Votes: 0
Answers: 2
SwiftUI NavigationView Stuck after a Few Steps
I am walking my first steps with SwiftUI as I'm thinking about migrating my existing UIKit-based iOS app. It makes extensive use of split views. Ideally, there will be something like the iOS Mail app ...

user3386180
Votes: 0
Answers: 0
How can I deep link into the view stack of an app in SwiftUI?
I am attempting to set up deep linking into my app, but I can't figure out how Apple wants us to do this. I have 3 views. FirstView(), SecondView(), and ThirdView(). FirstView has a button on it. When...

Cameron Henige
Votes: 0
Answers: 1