This is probably an easy thing to do, but I just can\'t figure it out - how do I end editing athe textview? how can I get the keyboard to disappear? or do I have to click ou
Very Easy:
[myTextField resignFirstResponder];
will do the trick.