I\'ve been having some issues with calling -becomeFirstResponder
on a UITextField
contained with a view controller that is presented modally. I cal
This is what I did to make the keyboard appear to animate exactly the same time as a modalviewcontroller:
In the (init) method of the view being presented modally, I created the UITextField and made it the first responder. Then when I present the modal view controller with animation they both appear at the same time.