Xcode – How to use @AppStorage for a Dictionary of Strings [String: String]
Hey in my app I am trying to store whether the User wants a location to be its favourite. In order to make the change in this UserDefaults update the view I need to use @AppStorage. However, at the moment…