Realm java has an isValid () function to check if a realm / object has been deleted is invalid.
Is there a similar function to find it in the swift area?
I get a “Realm object was deleted or invalid” crash quite often when updating these objects.
source
share