iphone - UITextFieldDelegate != IBAction backgroundTap -


The scope of this question is the iPhone 3.1 SDK (the app is still running in the simulator)

My A cell is a UITextField cell view in a cell that has close, the table view is grouped, and there is a section with only one field, the IB is not using so much background, the tap is out of the question (as far as I At least I can tell). When I click on a text field, it is still a hassle to hide the keyboard show. Ive pulled the UITFink Delay in the mix to hide the keyboard but the text field shouting method does not fire if the background is tapped (when I mean background , Tapping out of grouped group view section) First of all, should it?

textFieldShouldReturn fire with no problem and I can resign at this point but the focus that shifts away from control should I not be able to resign?

Any help is greatly appreciated - << P>

Field will stop editing when:

  • Hit
  • Exit the scene
  • On the screen there is another button that removes focus < / Li>
  • From any of these, you can call - to dismiss the keyboard [textField resignFirstResponder] and call your -textfieldShouldEndEditing: method. There is no reason not to just tap the keyboard on a non-active part of the screen.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -