0

I want to know what is the exact origin of onscreen keyboard on ipad. Does it dynamically change depending on the language we use, or not?

I try to get this value to make a frame for UITextview in my app.

Is it a difference in origin or behavior, if I use a wireless external keyboard or dock external keyboard??

This is my app screenshot when i use the external keyboard:

enter image description here

And this is when I use the onscreen keyboard:

enter image description here

tshepang
  • 11,360
  • 21
  • 88
  • 132
R. Dewi
  • 3,881
  • 8
  • 40
  • 65
  • check this link you mat be get answer http://stackoverflow.com/questions/2807339/uikeyboardboundsuserinfokey-is-deprecated-what-to-use-instead – arunkumar.p Mar 28 '11 at 15:17

1 Answers1

0

Yes, the height of the keyboard is different depending on what language you use. As far as retrieving the height goes, I would suggest checking out: UIKeyboardBoundsUserInfoKey is deprecated, what to use instead?

Not sure if this question should be considered a duplicate.

Community
  • 1
  • 1
Erik B
  • 38,477
  • 23
  • 111
  • 127