Textview with an Imageview as background, inputted text is behind the keyboard
- by devb0yax
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