// Save Codable Value
SimpleCodableObject(string: "UDLoader", bool: false, int: 3).save(withKey: "simple")
// Load Codable Value
SimpleCodableObject.load(withKey: "simple")
.whenSuccess { value in
// ...
}
-
Notifications
You must be signed in to change notification settings - Fork 0
UserDefaults + Later
0xLeif/UDLoader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
UserDefaults + Later