Textview with an Imageview as background, inputted text is behind the keyboard
Posted
by devb0yax
on Stack Overflow
See other posts from Stack Overflow
or by devb0yax
Published on 2010-06-15T16:38:46Z
Indexed on
2010/06/15
16:42 UTC
Read the original article
Hit count: 232
iphone
|uitextview
Hi,
I have here a view with an image and the text view (with finite frame size) .
I've already implemented the textview keyboard notification but the problem is that when inputting in the textview it still behind the keyboard (the text is not visible). It seems this problem occur when I have an Image view as background.
Pls advise me how to fix this.
Here's my sample code: http://snipplr.com/view/35758/textview-input-is-behind-the-keyboard/
Thanks
© Stack Overflow or respective owner