Hi,
I would like to have the keyboard already displaying when I show my view.
I have two view controllers, of which the keyboard is part of the second. However, when I call [textField becomeFirstResponder] during the second view controller's viewDidLoad method, the keyboard slides up on top of the first view.
Is there any way I can have the keyboard already slid up into place but still covered by the first view until I want to uncover it?
Thanks