Search code examples
iphoneobjective-ccocoa-touchuiwebviewiphone-softkeyboard

Display keyboard above toolbar?


I have a view with a bottom toolbar and a UIWebview that is loading an HTML page with some textboxes. Is there anyway when the user clicks on a textbox, the keyboard appears above the toolbar, that way it doesn't hide its buttons?


Solution

  • You shouldn't try to change the keyboard's location, even if you could. That would be a usability disaster.

    Instead, try to move the toolbar above the keyboard if you want to keep it visible.