I have a stock market calculator that I'm working on, and I searched the Apple documentation online, here in StackOverFlow, but couldn't find the answer.
I have a UITextfield in which the user enters a currency value. What I want to implement is when the user types, or at least after he finishes, enter a value that the text box will also display a currency symbol corresponding to his language.
It's like a placeholder, but not the one we have in xcode, because xcode is there before we print, and the one I want should be there when we print and after it. I could use a background image with currency in it, but then I could not localize the application.
Therefore, if anyone can help, I would appreciate it.
Thanks in advance.
ios objective-c uitextfield currency ios5
Marco almeida
source share