views:

257

answers:

0

Basically i have a uitext field that adds a string to an array when you hit the done button of the keyboard (or hit the'+' button next to the field), which I think is the behavior to be expected in the ui by users, however if they choose to close the keyboard by touching the big button behind everything that will also resign the first responder, it submits the string to the array as well, a behavior i think the user is not expecting. is there any way to segregate the resignation behavior so that clicking the big button behind everything does not "submit" the string?

Thanks,

Nick