Added rock, paper, scissors class. Need to connect outlets/actions and implement condition to leave (its repeating rn)

This commit is contained in:
Dallon Archibald
2021-01-21 14:34:41 -05:00
parent d999944dfa
commit da46725420
2 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class AddAlarmViewController: UIViewController
lastActivate: Date())
// TODO: Set alarm.repeats to correspond with what the user selects
// Add the alarm to the list and save the list
Alarms.fromLocal().apply { $0.list.append(alarm) }.localSave();