Format icon indicating copy to clipboard operation
Format copied to clipboard

A Swift Formatter Kit

Results 7 Format issues
Sort by recently updated
recently updated
newest added

Hello, i have an issue after install: in this function, open func format(_ number: NSNumber, formatter: NumberFormatterCustomLocaleAvailable, locale: Locale) -> String let distance = number as CLLocationDistance NSNumber' is not...

is this library still being supported? i use it and it works pretty good but i won't work in swift 4 or 5 , i think

### Why? Enable installing separately each format type

### Why? To format numbers with given separators and spacing. ### Changes - Add separator NumberFormatterType - Format numbers with a given separator and spacing - Remove unnecessary NumberFormat singleton...

Cool pod! Is there any way to format large numbers with a comma between the thousandths? i.e: `8373728 -> 8,373,728`

Hi @marmelroy, thanks for greate Format, when i change from US language to Vietnamese, i have bug: $ -> US$. I use this function: .format(Format.Currency(rawValue:USD)). Many thank for support.