We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9156452 commit 0b7bad6Copy full SHA for 0b7bad6
README.md
@@ -5,6 +5,9 @@ An easy way to store anything anywhere -- UserDefaults, KeychainAccess, YYCache,
5
```swift
6
@EFStorageUserDefaults(forKey: "username", defaultsTo: User.Name.random())
7
var username: String
8
+
9
+// Or, if you don't like constraints,
10
+UserDefaults.efStorage.username = "OwO"
11
```
12
13
See [Wiki](https://github.com/EFPrefix/EFStorage/wiki) for details on how to use `EFStorage`.
0 commit comments