I create several objects and show them all in my interface. However, I save only part of my objects in Realm, and at some point I would like to delete some of the saved objects from Realm, but I want to continue to use them in the user interface.
However, now if I remove objects from the area and they are invalid, so no longer use it. Is there a way to remove an object from an area without invalidating it (make the object unmanageable again)?
source
share