I am designing a form in iOS 5, where i'm showing the following fields.
- User Id - Numpad Keyboard
- Pin Number - Numpad Keyboard
- Password - ASCII capable
- Confirm Password - ASCII capable
I have a number of problems.
When the keyboard is on screen, fields which are displayed at the bottom are obscured by the keyboard. How do i show them?
There is no next/done button implementation for Numpad Keyboard type. A custom implementation as discussed in SO on this link has the problem, that i have ASCII keyboards too, which display next buttons at the bottom. and while being displayed in the landscape mode, there is no room left for the form.