Updated the delete button for alarms
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user