-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save codable models #64
base: master
Are you sure you want to change the base?
Save codable models #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Voeg je nog info toe aan de README? Ziet er goed uit voor de rest!
README toegevoegd, slightly different dan de rest. Omdat ik het ook met een klein voorbeeld wilde tonen zodat het meer relevant was. |
struct has default init - class doesn’t
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kan het zijn dat de testen falen?
README.md
Outdated
@@ -88,6 +88,32 @@ Defaults[.dateValue] = NSDate() | |||
print(Defaults[.dateValue]) // Prints '1996-12-19T16:39:57-08:00' | |||
``` | |||
|
|||
### Codable Defaults |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enkel dit nog in de inhoudstabel toevoegen :)
@AdamsDevelopment, wat is de status van dit? |
Testen falen, een Bool is Codable waardoor er foute interpretatie's ontstaan wanneer je iets saved als codable model of bool. Eens ik een moment tijd vind ga ik dit oplossen. :) |
No description provided.