Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EngOmarElsayed authored Mar 15, 2024
1 parent c5fc2f8 commit a9326ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ extension DefaultKeys {
}
```
### Custome Container <a name="sub-topic-1.1"></a>


You can also store your userDefaults in a custome container like so:
```swift
@UserDefaults(key: "previewShown", .init(suiteName: "YourCustomeContainerName")) var previewShown = false
```
### Supported Data <a name="sub-topic-1.2"></a>
This is another sub-topic within Section 1.

Expand Down

0 comments on commit a9326ac

Please sign in to comment.