I have a UITextView at the midle of View, UIToolBar at the bottom of View. I want visual keyboard appear above UIToolBar when i touch on UITextView. How can i do it?
+2
A:
You can't. The position of the keyboard isn't under the control of the application. (Oh, you could muck around in the UIApplication's UIWindow list to find the keyboard window and move it, but then Apple wouldn't accept your app.)
DavidPhillipOster
2010-10-24 04:18:30
Can i make a "Dismiss" key and add it to visual keyboard?
leduchuy89vn
2010-10-25 01:31:27