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

4

1 に答える 1

0

はい、キーボードの高さは使用する言語によって異なります。高さを取得する限り、次のことを確認することをお勧めします。UIKeyboardBoundsUserInfoKeyは非推奨です。代わりに何を使用しますか?

この質問を重複と見なすべきかどうかわからない。

于 2011-03-28T17:55:07.833 に答える