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 initialize a class using that is using @Binding for an @AppStorage variable
// I am trying to pass in the value of the @AppStorage onto the class using @Binding.
// Declaration of @AppStorge, this the the single source of truth.
// I get the following error on the SigninViewM...
JLico
Votes: 0
Answers: 1
Are UserDefaults deletes when switching to a new iPhone?
When I switch from an iPhone to a new one and I choose to transfer all data from the old to the new one will this also transfer all User Defaults my app has stored?
olvrwn
Votes: 0
Answers: 0
SwiftUI How to access @AppStorage variable
I'm really new to Swift and iOS apps and couldn't figure the following out.
I'm trying to create a simple 5 steps rating element storing a value to the user defaults. It works however not "on the...
To E
Votes: 0
Answers: 1
Using @AppStorage for user sign in flow?
Issue = View does not change after log_Status = true
I am trying to take the user to a different view after the user has signed in. I have implemented Sign in with Apple and Sign in with Google into m...
JLico
Votes: 0
Answers: 1