Answer the question
In order to leave comments, you need to log in
What to choose for working with the database and writing an application?
Recently I started to delve into Swift. In the examples on Github-e, I noticed such a feature. Some applications pull information from the database through NSFetchedResultsController and sort through NSSortDescriptor, while others do without all this and sort through sort.
Question. Which way is better, faster, why. The code is very different (for me so far). Therefore, I want to determine for myself what to stop at when writing an application. I ask to prompt a difference, "to explain to a teapot".
Thanks!!
Answer the question
In order to leave comments, you need to log in
It turns out here:
https:
//stackoverflow.com/questions/30933/why-use-nsfetchedresults...
Some applications pull information from the database through NSFetchedResultsController and sort through NSSortDescriptor, while others do without all this and sort through sort.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question