iPhone - Have the keyboard slide into view from the right like when editing a note in Contacts
Posted
by Toon Van Acker
on Stack Overflow
See other posts from Stack Overflow
or by Toon Van Acker
Published on 2009-07-15T17:28:38Z
Indexed on
2010/03/22
14:31 UTC
Read the original article
Hit count: 421
Hello,
I'm looking for a way to slide the keyboard into view from the right, like what happens in the Contacts application when you edit a note.
My problem is that when I call [someTextView becomeFirstResponder] in viewWillAppear, the keyboard immediatly pops up with no animation. And when I call it in viewDidAppear, the view first slides in from the right (UINavigationController does the sliding), and then the keyboard slides in from the bottom.
Is it possible to have the keyboard slide in from the right, together with the view?
© Stack Overflow or respective owner