Archived
Rewrote DataFetcher.swift to make it maintainable; added sorting algorithm, TODO: switch sorting algorithms
This commit is contained in:
@@ -43,7 +43,7 @@ class PersonalPlanViewController: PlanViewController {
|
||||
}
|
||||
|
||||
override func getFromDatabase() -> [SubstModel] {
|
||||
return df.getPersonalFromDatabase()
|
||||
return df.getPersonalSubstitutionsFromDatabase()
|
||||
}
|
||||
|
||||
override func getIndex() -> Int {
|
||||
|
||||
Reference in New Issue
Block a user