-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash #1
Comments
Hi Dmitry, do you have any change to reproduce the crash and post more information about it? Do you maybe know what kind of exception was thrown? |
As I undestand, crash happens inside try-catch block:
recalculatedIndexPath contains value outside of the range of coreDataFetchController objects. |
I also have a few comments:
|
Awesome! |
It is necessary for the cells to have unique identifier to be able to sort them within the suggestion bar. It is true that they are identical but once instantiated they do have to stay in the same spot. Ignoring the position within the suggestion bar would cause the cells label to morph from unpredictable text and thus break the context sensitive appearance of the morph. |
@tomknig Oh, I see... thanks for clarification. |
Instead of adding gesture recogniser to every cell, use delegate method |
Hi,
Thanks for the great control.
I tried to run the example, and after I entered some text in the textfield, I've got a crash:
return [self.fetchedResultsController objectAtIndexPath:indexPath];
On line 206 in TOMSCoreDataFetchController.m
P.S. Crash happens when breakpoint on all exceptions is set.
The text was updated successfully, but these errors were encountered: