Updated the delete button for alarms

This commit is contained in:
Dallon Archibald
2021-01-21 14:54:38 -05:00
parent f8b78cfbc4
commit c187403e29
2 changed files with 11 additions and 0 deletions
@@ -37,6 +37,14 @@ class AddAlarmViewController: UIViewController
}
/**
Called when the user clicks the remove button and brings them back to the home page
*/
@IBAction func cancelAlarmButton(_ sender: Any) {
self.dismiss(animated: true, completion: nil)
//might need to reset all UI elements
}
/**
Called when the user clicks Add Alarm
*/