Skip to content

Commit

Permalink
Document known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored and dezinezync committed Dec 17, 2022
1 parent 73fee67 commit 47b7690
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,13 @@ Defaults[.stringSet].contains("Hello") //=> true
Defaults[.stringSet].contains("World!") //=> true
```

## Known issues

### The preferences window doesn't show

This can happen when you are not using auto-layout or have not set a size for the view controller. You can fix this by either using auto-layout or setting an explicit size, for example, `preferredContentSize` in `viewDidLoad()`. [We intend to fix this.](https://github.com/sindresorhus/Preferences/pull/28)


## FAQ

### How can I store a dictionary of arbitrary values?
Expand Down

0 comments on commit 47b7690

Please sign in to comment.