I have a double value in Objective-C and I need to place its value into label.
How should I format it into string with 2 decimal places after dot and with separators of thousands?
I have a double value in Objective-C and I need to place its value
Share
Use NSNumberFormatter, for example: