Skip to content

Instantly share code, notes, and snippets.

@GxocT
Created July 17, 2018 11:22
Show Gist options
  • Save GxocT/e63e2a6227ab6aa7a7d8e553098a21aa to your computer and use it in GitHub Desktop.
Save GxocT/e63e2a6227ab6aa7a7d8e553098a21aa to your computer and use it in GitHub Desktop.
let content = UNMutableNotificationContent()
content.title = "WARNING"
content.body = "Storm alert"
content.categoryIdentifier = "storm-alert"
content.sound = UNNotificationSound.defaultCriticalSound(withAudioVolume: 1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment