I have an issue where I want the keyboard to resign upon the ipad rotating.
If the keyboard is open in portrait, and I rotate to landscape, the keyboard pops up in landscape. I want it to not appear!
HOW DO I RESIGN the keyboard when I rotate!
I've tried putting: [self.textField1 resignFirstResponder]; in the: -(void)willAnimateFirstHalfOfRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration {
... method
SAVE ME!!!!
-TY