Conversation

Replying to
Created a few tests and figured out this is caused by my use of NSFetchedResultsController. I’ve heard from others that use FRC that they don’t have the same issues. I can replicate it in every table view in my app though. Going to create a new sample project to see If it repros
2
Now at the point that rewriting entirely might be easier than trying to find the 1 line of code causing this issue. I’ve almost disable the entire app except a single table view and can still repro this bug, but a new project I can’t
1
1
Going to try pasting the code I confirmed working in another project into this app and only present that and see if it still happens…
1
Ok, some progress! The same code that works in a separate project works in Television Time as well. Now to slowly re-introduce code until I confirm the bug again
2
Re-implemented half of the original code plus using the custom table cells, and can’t reproduce in the new view controller. Biggest feature I haven’t re-added is peek+pop for the cells 🙄 I really hope this isn’t caused by a huge feature I need
2
So I re-implemented the view controller under another name and the issue is fixed. Can still produce it in the original view though. Pretty weird
Everything is in the contentView. I think maybe it has to do with my NSFetchedResultsController? If I open the app, the first cell I swipe works perfect. The next one appears as in the image, the 3rd one I do will not appear, but if I check with Reveal the Delete button is behind