Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2016 14:38
Show Gist options
  • Save anonymous/0ed01e2d28a02206c05c to your computer and use it in GitHub Desktop.
Save anonymous/0ed01e2d28a02206c05c to your computer and use it in GitHub Desktop.
func distanceSort() {
//need to make sure this function finishes before continuing!
getUserLocation()
NSNotificationCenter.defaultCenter().addObserver(self, selector: "actOnSpecialNotificationDistance", name: mySpecialNotificationKey, object: nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment