Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created October 8, 2019 13:14
Show Gist options
  • Save lmiller1990/4960f008dbe0e1d9d36e49862f533070 to your computer and use it in GitHub Desktop.
Save lmiller1990/4960f008dbe0e1d9d36e49862f533070 to your computer and use it in GitHub Desktop.
func setNotification() -> Void {
let manager = LocalNotificationManager()
manager.requestPermission()
manager.addNotification(title: "This is a test reminder"))
manager.scheduleNotification()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment