Rewrote DataFetcher.swift to make it maintainable; added sorting algorithm, TODO: switch sorting algorithms

This commit is contained in:
Deniz Duezgoeren
2019-09-24 20:47:52 +02:00
parent d133a056ac
commit 8f261a019f
6 changed files with 209 additions and 118 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class GeneralViewController: PlanViewController {
}
override func getFromDatabase() -> [SubstModel] {
return df.getFromDatabase()
return df.getSubstitutionsFromDatabase()
}
}