Skip to content

Instantly share code, notes, and snippets.

View aboedo's full-sized avatar

Andy Boedo aboedo

View GitHub Profile
import Foundation
let usLocale = Locale(identifier: "en-US")
let formatter = NumberFormatter()
formatter.numberStyle = .currency
formatter.locale = usLocale