Rightpoint / RZCollectionList

A framework for dealing with displaying data from Core Data and other sources in UITableViews.
Other
43 stars 8 forks source link

Correctly remove objects in a filtered list that have been both moved and updated #37

Closed ndonald2 closed 10 years ago

ndonald2 commented 10 years ago

@joe-goullaud small change when you get a chance.

Sometimes a fetched list produces a "move" notification when an object updates, because it technically changed place due to a sort descriptor. If that change also results in the object being filtered out of a filtered list, we need to account for that.

ndonald2 commented 10 years ago

Closing this to re-open against develop