polqf / RealmResultsController

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

Attempt to delete and reload the same index path #67

Closed polqf closed 8 years ago

polqf commented 8 years ago

:tophat: What? Why?

As #66 pointed out, there is a case where the RRC is provoking a crash on the tableView.endUpdates()

This seems that is happening due to a deletion + an insertion of the same object in a background thread.

:ghost: GIF

Closes #66

fegabe commented 8 years ago

:+1:

mariabernis commented 8 years ago

:green_apple: :+1: