I have a search bar which is at the bottom of the view.
How can I set the position of the UIKeyboard?
|
I have a search bar which is at the bottom of the view. How can I set the position of the UIKeyboard? |
|||
|
|
|
use CGAffineTransform At least from what I have observed and tested that OS version before 4.0 needs to define the transform, from the os 4.0 and greater OS is taking care of keyboard positioning. that's why here I am checking for the systemVersion before setting Transform.
|
|||||||||||
|
|
You don't set the position of the keyboard. The system will do it for you automatically. What you need to do is to move your searchbar to a visible part using keyboard notifications |
|||
|
You cannot set the position of the keyboard, you can only ask the keyboard where it is and organize your other views appropriately.
|
|||||||
|