Slide 42
Slide 42 text
NSNumberFormatter
• Strings with numbers (number of users, followers, search results,
etc.)
• Decimal, thousands separator, currency, and percentage symbols.
• Currency
For example, the number 1,234.56 is formatted as 1.234,56 in Italy.
Use the NSNumberFormatter class to create localized string
representations of NSNumber objects.