-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
When Bool default value is 'true', can't save to realm
I changed the demo
struct ToDoItem: Realmable {
var id = UUID().uuidString
var text = ""
var isCompleted = true //modified this default value
static func primaryKey() -> String? {
return "id"
}
}
when I set the 'isCompleted' default value is true.
can't save the false to the realm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels