Does Core Data take appropriate action automatically when there's a Low Memory Warning?

Posted by dontWatchMyProfile on Stack Overflow See other posts from Stack Overflow or by dontWatchMyProfile
Published on 2010-06-13T11:03:03Z Indexed on 2010/06/13 11:12 UTC
Read the original article Hit count: 143

Filed under:
|

Does it turn some managed objects into faults when there's a Low Memory Warning? Or must we do that manually by calling the -refreshObjects:mergeChanges: method which puts the affected managed objects on diet quickly? And...would that actually hurt? What if these objects are currently used by an NSFetchedResultsController to show up on a table view?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data