You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: