Hey,
I know you can write @AppStorage("username") var username: String = "Anonymous"
to access a Value, stored In the User Defaults, and you can also overwrite him by changing the value of username
.
I was wondering if there is any workaround to use @AppStorage
with Arrays.
Because I don't find anything, but I have a lot of situations where I would use it.
Thanks! Max