Skip to content

Instantly share code, notes, and snippets.

@andrewxhill
Last active July 11, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewxhill/bc0b0435c4549d7900933b98ff3b2754 to your computer and use it in GitHub Desktop.
Save andrewxhill/bc0b0435c4549d7900933b98ff3b2754 to your computer and use it in GitHub Desktop.
SetSDK.register(context: beforeCommute) { event as
// Send new information or an opportunity that will be valuable
let content = UNMutableNotificationContent()
content.title = "Weather Alert!"
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment