Skip to content

Conversation

@mrylmz
Copy link
Contributor

@mrylmz mrylmz commented Jul 1, 2021

Resolves #32


```swift
struct MyDataRepository {
@Secured(key: "<#keychain value identifier#>")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could add an example for the full usage, together with passing the keychain instance


```swift
struct MyDataRepository {
@UserDefault(key: "<#value identifier#>", defaultValue: true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could adjust the example in the way that a user defaults instance can be passed.

@mrylmz
Copy link
Contributor Author

mrylmz commented Jul 6, 2021

@JensK611 It makes sense to add additional advanced documentation but as for now I would delay it for a future improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add readme files for modules

3 participants