Working on shaking

This commit is contained in:
Dallon Archibald
2021-01-26 15:28:01 -05:00
parent 2b9e54f485
commit 40e2ba1f7b
3 changed files with 21 additions and 2 deletions
@@ -92,6 +92,9 @@ class AlarmActivationViewController: UIViewController
case "Shake":
shakeView.isHidden = false
shakeAction()
if regulate {
endAlarm()
}
default:
print("Invalid alarm type")
}