objective c - NSNumberFormatterCurrencyStyle number formatter without decimal digits -


i want price rounded displayed currency without digits after decimal symbol. without currency style there no problem. currency style overriding other properties set?

after set currency style, try

[currencyformatter setmaximumfractiondigits:0]; 

you may need set rounding mode well.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -