polqf / RealmResultsController

A NSFetchedResultsController implementation for Realm written in Swift
MIT License
188 stars 25 forks source link

Crash on endUpdates when using Filters #44

Closed polqf closed 9 years ago

polqf commented 9 years ago

:tophat: What? Why?

There was a crash in the endUpdates() of a tableView when using filter in RRC. We were not ignoring update notifications for objects that are not passing the filter.

This should now be fixed

:ghost: GIF

mariabernis commented 9 years ago

:+1:

isaacroldan commented 9 years ago

:+1: