AppStorage
AppStorage copied to clipboard
A drop-in replacement for the iOS 14 @AppStorage property wrapper compatible with iOS 13
Hi is there any way that you can prevent this heap allocation made every time a View struct is created that declares a @AppStoreCompat? https://github.com/xavierLowmiller/AppStorage/blob/db62f9cd3aec28e901900b9ea71ec38c0665d9f3/Sources/AppStorage/AppStorage.swift#L11 _value = Storage(value: value, store:...
The name `@Persistence` does the job, but ideally there should be some way to just call it `@AppStorage` without name clashes. Even better, the whole type should disappear on Xcode...