I want a price rounded up to be displayed as a currency without digits after the decimal symbol. Without the currency style there is no problem. Is the currency style overriding other properties I set?
After you set the currency style, try
[currencyFormatter setMaximumFractionDigits:0];
You may need to set the rounding mode as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With