SwiftDate icon indicating copy to clipboard operation
SwiftDate copied to clipboard

Documentation Update for codable (NSCoding) within a custom Object

Open boombox2000 opened this issue 6 years ago • 0 comments

When I add DateInRegion to a custom object and try to encode / decode it using UserDefaults an error (SwiftValue encodeWithCoder:]: unrecognized selector sent to instance) is thrown. Can you update the documentation to clarify how a DateInRegion variable should be encoded within a custom object?

boombox2000 avatar Nov 18 '18 13:11 boombox2000