views:

309

answers:

1

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.

+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
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
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