skip to Main Content

What problem viewContext.setQueryGenerationFrom is trying to solve in CoreData project which involves transaction history? – Ios swift

I have came across 2 demo CoreData projects, which involves transaction history. Both are using viewContext.setQueryGenerationFrom(.current) when they initialize their CoreData stack. FireballWatch demo from raywenderlich The demo is picked from https://www.raywenderlich.com/14958063-modern-efficient-core-data The author is trying to demonstrate, how to…

VIEW QUESTION
Back To Top
Search