We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Realm can handle nil objects if you provide a default value with defaultPropertyValues.
defaultPropertyValues
MCJSONDateTransformer crashes at [self.formatter dateFromString:value]; if value is nil.
[self.formatter dateFromString:value];
The text was updated successfully, but these errors were encountered:
@matthewcheok I wanted to see if you have any thoughts on my suggest contribution.
Sorry, something went wrong.
Sorry for the late reply. Similar issue here maybe? Looks good
Merge pull request #47 from mpaulsonco/fix/null-date-crash
9838d6d
#46 fixed MCJSONDateTransformer crash when processing nil dates
No branches or pull requests
Realm can handle nil objects if you provide a default value with
defaultPropertyValues
.MCJSONDateTransformer crashes at
[self.formatter dateFromString:value];
if value is nil.The text was updated successfully, but these errors were encountered: