iOS - How can I preload the keyboard?
The Problem In most iPhone apps, there's a quite a bit of delay the first time that the keyboard is presented (presumably creating the keyboard takes quite a bit of oomph, even on an iPhone 4). Most people seem ok with this. I'm not, it really bugs me - and the way my app is presented, users will be very confused that nothing happens for a few seconds when they tap on a text field for the first time. What I've Tried Googling it brings up one solution - unfortunately this is invalid as of iOS 4 ( see here ). I don't expect the solution to be easy to find, if I could put a bounty on this