Skip to content

Instantly share code, notes, and snippets.

@peterstuart
Created August 13, 2014 15:45
Show Gist options
  • Save peterstuart/ce0ab9a631c34b1e4872 to your computer and use it in GitHub Desktop.
Save peterstuart/ce0ab9a631c34b1e4872 to your computer and use it in GitHub Desktop.
let formattedNumbers = numbers.map { NSNumberFormatter.localizedStringFromNumber($0, numberStyle: .DecimalStyle) }
// [ "10,000", "10,303", "30,913", "50,000", "100,000", "101,039", "1,000,000" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment