I have an ipad app that when you are in landscape view, the view will move up when the keyboard is brought in. When you press done on the keyboard, textFieldShouldReturn and textFieldShouldEndEditing are called in which case, I move the view down in shouldEndEditing.
If the user presses the dismiss keyboard button, the keyboard does poof, yet the view is still stuck floating where I moved it.
I need to know how or what function is called when that button is pressed so I can redirect the function to textFieldShouldEndEditing.
Thanks!