UIKeyboard slides from wrong coordinates when in landscape, why?
Posted
by Horatiu Paraschiv
on Stack Overflow
See other posts from Stack Overflow
or by Horatiu Paraschiv
Published on 2010-06-11T19:29:27Z
Indexed on
2010/06/11
19:32 UTC
Read the original article
Hit count: 326
Hi I have an app that starts in Landscape Right mode.
When I tap a textField the keyboard should slide up, however first time when the keyboard slides it slides from the right (where the home button is).
After that it slides up and down as expected.
So only the first time when I call the keyboard in it comes from where it would come if the app would be in portrait mode.
Does anyone know how can I fix this?
© Stack Overflow or respective owner