I am programming an iPhone app that I want a text field where the user can add numbers from the keyboard and add them on the fly, ie, the user might type "1.5+2.4+6.3+.063" and as the user types additional numbers and plus signs the total is displayed immediately.
The problem is starting on and keeping the keyboard in the 123
mode after the user types a + sign (using email keyboard because it has the numbers and the plus sign on the same view).
How can I start the email keyboard on the _123 screen and keep it there?
Thanks! Mike