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)
How to Keep state of my View Model persistent across a user session in SwiftUI (MVVM)?
I am trying to implement an IOS App following the MVVM architecture. Everything works well when I don't need my state to be persistent as I move through views and navigate back.
However, when a user n...
Khalil Hajji
Votes: 0
Answers: 1
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