Change the keyboard in UITextField with animation?

Maybe you can delay the appearing of the second keyboard with an NSTimer. Have a look at the documentation: developer.apple.com/iphone/library/docum....

I have a table with several textFields in several cells, each with different input keyboards (numeric for phone number, standard for name, etc.). When I change the editing text field by selecting one when other is editing, I want the first text field to hide the keyboard (the one which is being used) and only then the new keyboard to appear. But putting textField resignFirstResponder doesn't solve my problem (the new one appears without the other disappearing, making the animation unnoticeable).

I tried to put the thread sleeping, but it didn't work as I wished. Is there a way to have this animation? Thanks a lot.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions