Skip to content

Instantly share code, notes, and snippets.

@ydn
Created June 12, 2015 18:31
Show Gist options
  • Save ydn/83f5ef35a83372a7ac53 to your computer and use it in GitHub Desktop.
Save ydn/83f5ef35a83372a7ac53 to your computer and use it in GitHub Desktop.
Log Events on Apple Watch (Swift)
@IBAction func theButtonPressed(sender:WKInterfaceButton) {
FlurryWatch.logWatchEvent("The Button has been pressed")
//your code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment