How do I close the keyboard that pops up when a textfield is selected? I don't want to do anything special, I just want to recognize that the done button has been pressed and close the keyboard. Optionally and as a better alternative, being able to use my own button to close it. There doesn't seem to be any UIKeyboard class or anything like that, I've already gone through UITextField, UIView, UIWindow, UIControl, UIResponder, etc. and I can't find anything.
Thanks, Nate
Thanks, Nate