Hi to all I am developing one application. In that I have toolbar on keyboard. But I want that when I press keys, the key values should be displayed in toolbar textfield. So if anyone knows kindly reply.
A:
Have you added a UITextField to your NIB or view? That is the best way to get a keyboard displayed and enter text. You can then retrieve the text using UITextView's text property.
Roger Nolan
2009-05-06 19:12:29
No Roger actually I have textField on view but it hides because of keyboardso i took toolbar attached to keyboard so when I enter text, the text should be displayed in that.
Jyotsna
2009-05-08 08:38:00
you mean the UITextView is under the keyboard? If so you should scroll the whole view up.
Roger Nolan
2009-05-08 15:22:21