Re: -controllerWill/DidChangeContent: called for every change

2015-02-27 Thread Rick Mann
Ah, nevermind. That's what happens when you save in your batch update loop. > On Feb 27, 2015, at 23:23 , Rick Mann wrote: > > According to the docs, it's supposed to be called once at the start, and > again at the end. But it's being called for every single change. In these > calls, I call be

-controllerWill/DidChangeContent: called for every change

2015-02-27 Thread Rick Mann
According to the docs, it's supposed to be called once at the start, and again at the end. But it's being called for every single change. In these calls, I call beginUpdates and endUpdates on my table view. Partway through, my table view complains about mismatched inserts/deletes, etc. The acti