Is there a mini or compact keyboard option for iPhone apps?
I have an iPhone ap开发者_如何学编程p that is showing a UIWebView which contains some fields. I would like the keyboard to be more compact. Is there any way to do this to make the keyboard use less real estate?
Not for a UIWebview
, unless you want your customers to jailbreak there iDevices and get a custom keyboard from Cydia.
However, you could create a custom keyboard and hook that up to a custom view. That would make for a lot of work, but could be done, if you were willing to put the effort into it.
精彩评论