Dismiss Keypad multiple UITextFields
Hi everyone,
I'm new here and new to app development altogether. I'm having an issue dismissing the iPhone keypad after a number is entered into numerous UITextFields. I'm not certain what code should be included in the .h and .m files so the keyboard will disappear and save the input after the user touches outside of the numberpad (the input is numbers only) or clicks Done.
I've included a screenshot of the Interface Builder .xib in question. Each UITextField has the identity of the UILabel above it. The UISegmentControls don't do anything except indicate whether the UITextField's input is positive or negative, so don't worry about those.
Could someone help me out? I've tried searching on google but none of the code that pops up seems to work.
Thanks a bunch!
|