Hi,
Is it possible to push the entire view upwards when the keyboard is activated? Like, a TextField
is located at the bottom of the view. When user taps on TextField
, a keyboard
will cover the TextField
.
So Im asking, is there a code that will push the view upwards so that the keyboard
will display underneath the TextField
. I have considered using a UIScrollView
, but I do not wish to use UIScrollView
if it can be done.
Thanks in advance.
EDIT:
Hi,
My previous question was about iPhone's view. I have a similar question for Android now. And I already did a search on this and found very little results for Android. Can anyone help?
Thanks