Replies: 1 comment 6 replies
-
Hi @myihsan, is there a reason you cannot use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For values that I control, I have defined a wrapper to handle them.
However, I want to retrieve a string array value set by
set(_ value: Any?, forKey defaultName: String)
that can only be retrieved bystringArray(forKey:)
orobject(forKey:)
as far as I know.So I created #56, which is closed due to the current stance, which also makes sense.
But how do we deal with these types?
It would be helpful to make the relative APIs @SPI public so we can extend
AppStorageKey
when we need to.Beta Was this translation helpful? Give feedback.
All reactions