SwiftDate
SwiftDate copied to clipboard
Documentation Update for codable (NSCoding) within a custom Object
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?