Does the NSManagedObject instance still float around in space when it turns into a fault?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-06-07T16:42:07Z Indexed on 2010/06/07 16:52 UTC
Read the original article Hit count: 168

Filed under:
|

Or is turning into a fault the same as deleting that thing completely? I mean... is that guy then just still alive as a super lightweight object with no big data inside, or is it actually deleted?

Or: Is a fault an object in memory with low footprint, or is that a "virtual object that COULD be there, but isn't yet"?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data