Hi
Apologies if this is a dumb question but I'm trying to format a currency value for my iphone app and am struggling to left-justify the currency symbol, but right-justify the value. So, "$123.45" is formatted as (say)
$ 123.45depending on format-width. This is a kind of accounting format (I think).
I've tried various methods with NSNumberFormatter but can't get what I need.
Can anyone advise on how to do this?
Thanks
Fitto