chbeer / iVocabulary-Support

Public repository for support on iVocabulary.
http://ivocabularyapp.com
4 stars 0 forks source link

Fix crash in - [CBUIFetchResultsDataSource controllerDidChangeContent:], line 285 #231

Closed chbeer closed 7 years ago

chbeer commented 7 years ago

Version: 3.2.8 (516) | de.chbeer.ivocabulary3

Steps to reproduce:

The crash happens in a CBUIFetchResultsDataSource that's bound to a table, maybe section table view. It seems the view controllers don't get deallocated.

Stacktrace

CBUIFetchResultsDataSource;controllerDidChangeContent:;CBUIFetchResultsDataSource.m;285

Reason

Selector name found in current argument registers: numberOfRowsInSection:

Link to HockeyApp