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
  • 12,111
  • 21
  • 91
  • 136
R. Dewi
  • 4,141
  • 9
  • 41
  • 66

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
  • 40,889
  • 25
  • 119
  • 135