Added app icons, launch screen; changed colours in ViewControllers to colour literals

This commit is contained in:
Deniz Duezgoeren
2019-07-17 21:54:38 +02:00
parent 92e3fed7e6
commit 3a03c1be30
33 changed files with 211 additions and 168 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class GeneralViewController: PlanViewController {
}
override func getRefreshViewString() -> String {
return "Fetching the plan..."
return NSLocalizedString("fetch_plan", comment: "")
}
override func getFromDatabase() -> [SubstModel] {