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
So I have two modules, each created using clean swift templates:
-ListNotes_____________
-CreateNotes__________
Both are under the same navController.
Situation:
after user creates a new note and core data is updated and the user hits the navBar BACK button he is directed back to the ListNotesVC. ListNotes data is a swift array of managedObjects. (yah, I know). At issue is the tabview for listNotes is not showing the insert.
Can you suggest a way to get the tableview to update, ideally without using NSFetchedResultsController, without polluting the clean architecture?
Thanx in Advance
The text was updated successfully, but these errors were encountered:
Ray,
So I have two modules, each created using clean swift templates:
-ListNotes_____________
-CreateNotes__________
Both are under the same navController.
Situation:
after user creates a new note and core data is updated and the user hits the navBar BACK button he is directed back to the ListNotesVC. ListNotes data is a swift array of managedObjects. (yah, I know). At issue is the tabview for listNotes is not showing the insert.
Can you suggest a way to get the tableview to update, ideally without using NSFetchedResultsController, without polluting the clean architecture?
Thanx in Advance
The text was updated successfully, but these errors were encountered: