Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created November 23, 2015 22:25
Show Gist options
  • Select an option

  • Save mikekavouras/aef2c15c4a05ca2df413 to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/aef2c15c4a05ca2df413 to your computer and use it in GitHub Desktop.
var onHeadingUpdateListener: ((heading: CLHeading) -> Void)?
onHeadingUpdateListener = { (heading: CLHeading) -> Void in
print(heading)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment