Iterate through NSManagedObjectContext objects?

Posted by cactus on Stack Overflow See other posts from Stack Overflow or by cactus
Published on 2010-04-28T16:18:01Z Indexed on 2010/04/28 16:23 UTC
Read the original article Hit count: 398

I want to iterate through all of the objects in my NSManagedObjectContext, and update them manually. Then, every managed object should be updated. What's the best way to do this?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about nsmanagedobjectcontext