I have a editable text box and when I click on it I get a keyboard. But, it won't let me close out of the keyboard. When I go into the properties of the editable text object ( the Text View object ) and make the return button "Done" it still won't let me exit out.
views:
309answers:
1
+1
A:
You should do it programatically, by using resignFirstResponder message on the UITextField is currently being edited with the keyboard. Check this Stack Overflow question on the issue.
Pablo Santa Cruz
2009-08-23 02:49:38
I'm new to this, so I don't know where to put the code you just said. But I'll check out the link thanks!
Aidan
2009-08-23 12:31:36
I don't really understand what they were saying because i'm new. But I guess I can go on the apple website to see what they mean.
Aidan
2009-08-23 15:10:51