Re: Changes to Core Data in iOS 8

2014-09-24 Thread Rick Mann
On Sep 23, 2014, at 20:26 , Kyle Sluder wrote: > Have you checked the value of your MOC’s propagatesDeletesAtEndOfEvent > property on iOS 7 and iOS 8? Yeah, I checked. It's the same on both (true), but I didn't check what happens if I set it to false. > But more fundamentally, why aren’t you

Re: Changes to Core Data in iOS 8

2014-09-23 Thread Kyle Sluder
On Sep 23, 2014, at 4:24 PM, Rick Mann wrote: > > In iOS 7, my app works fine. In iOS 8, deleting an entity eventually works, > but whereas in iOS 7 my UI would update and show the change, the change > doesn't seem to have "taken hold" by this time in iOS 8. > > Basically, when the user delete

Changes to Core Data in iOS 8

2014-09-23 Thread Rick Mann
In iOS 7, my app works fine. In iOS 8, deleting an entity eventually works, but whereas in iOS 7 my UI would update and show the change, the change doesn't seem to have "taken hold" by this time in iOS 8. Basically, when the user deletes an entity, I delete it from the MOC (main thread), then m