You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I load a date it returns nil, even after a successful save
SwiftyPlistManager.shared.save(freeTrialExpirationDate, forKey: "keyDate", toPlistWithName: "data") { (err) in
if err == nil {
print("Value successfully saved into plist.")
}
}
var d = SwiftyPlistManager.shared.fetchValue(for: "keyDate", fromPlistWithName: "data") as? Date
The text was updated successfully, but these errors were encountered:
Every time I load a date it returns nil, even after a successful save
The text was updated successfully, but these errors were encountered: