Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created December 29, 2015 08:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenjust/6dabf2f7346c74d78eef to your computer and use it in GitHub Desktop.
Save mortenjust/6dabf2f7346c74d78eef to your computer and use it in GitHub Desktop.
let formatter = MKDistanceFormatter()
formatter.unitStyle = .Abbreviated
let distanceString = formatter.stringFromDistance(distance)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment