AckeeCZ / ACKategories

Swift tools, cocoa subclasses and extensions.
MIT License
56 stars 13 forks source link

Bugfix/user default #90

Closed fortmarek closed 4 years ago

fortmarek commented 4 years ago

Resolves https://github.com/AckeeCZ/ACKategories/issues/89

As we want to support pre-iOS versions and be compatible with current setting of user defaults, I have changed UserDefault implementation to use userDefault.set/get for supported values, for other Codable values we preserve the implementation with JSONDecoder

Checklist

github-actions[bot] commented 4 years ago

@fortmarek your pull request is missing a changelog!