I am using NSFetchedResultsController UITableView master data with transition attribute NSDate. The main reason I have this transient property is because my UITableView entries are placed in sections based on NSDate, but can move between sections when the date changes.
So far, this works fine, but it only updates / updates (I'm really new to this, so I don't know if I use the correct terminology, sorry!) When I either close the application and kill it from multitasking or restart it through Xcode. If I do not, the elements will not change and will not be placed in the correct sections. Is there a way to manually update it so that the user does not need to do this to make it work correctly?
Thank!
source
share