OneStore icon indicating copy to clipboard operation
OneStore copied to clipboard

Do OneStore support to store an array of values to UserDefaults?

Open nitesh-technobrave opened this issue 7 years ago • 0 comments

@muukii, ## Do OneStore support to store an array of values to UserDefaults?

For example, if we need to store array, [5, 6, 8], then can we directly do below?

let storableIntArray = OneStore<[Int]>(...)
storableIntArray.value = [5, 6, 8]

nitesh-technobrave avatar Mar 29 '18 06:03 nitesh-technobrave