You can check if an object has been deleted from the Realm by calling object.invalidated
— if it returns true
, then it has been deleted or the Realm has manually invalidated.
You can check if an object has been deleted from the Realm by calling object.invalidated
— if it returns true
, then it has been deleted or the Realm has manually invalidated.