Skip to content

Commit

Permalink
linked Stored supported types
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Sep 6, 2021
1 parent 7c5af77 commit e2a2235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Download the files in the [Sources](https://github.com/FelixHerrmann/FHPropertyW
A property wrapper which reads and writes the wrapped value in the `UserDefaults` store.

It supports all the types that are allowed by `UserDefaults`.
Check all the supported types [here](https://github.com/FelixHerrmann/FHPropertyWrappers/blob/master/Sources/FHPropertyWrappers/Stored/Storable%2BSupportedTypes.swift).

```swift
@Stored("string") var string = ""
Expand Down

0 comments on commit e2a2235

Please sign in to comment.