Skip to content
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

Delete object from iCloud #71

Open
danielmekis opened this issue Jan 5, 2018 · 1 comment
Open

Delete object from iCloud #71

danielmekis opened this issue Jan 5, 2018 · 1 comment

Comments

@danielmekis
Copy link

Hello, I have a little problem.
When I delete an element, it will be removed from the collectionView but after 3 sec it loads back from the cloud.

if let notebook = fetchedResultsControllerNotebook?.object(at: IndexPath(row: i, section: 0)) { managedObjectContext.delete(notebook) coreDataStack.saveContext() projectsCollectionView.reloadData() }

What did I wrong?

@paulw11
Copy link
Owner

paulw11 commented Jan 8, 2018

I can't replicate this. Does it work if you refresh the fetched results controller?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants