Changed InfoViewController out for a UIAlertController

This commit is contained in:
Deniz Duezgoeren
2019-09-16 19:05:06 +02:00
parent d83f8f7342
commit 3608d7d363
9 changed files with 51 additions and 120 deletions
@@ -40,4 +40,7 @@ class PersonalPlanViewController: PlanViewController {
return df.getPersonalFromDatabase()
}
override func getIndex() -> Int {
return 1
}
}