MFMailComposeViewController Keyboard Issue
问题 How do i dismiss the keyboard without pressing the Send or Cancel button in MFMailComposeViewController?! Thanks for any help. 回答1: Can you try this. UIWindow* keyWindow = [[UIApplication sharedApplication] keyWindow]; UIView* firstResponder = [keyWindow performSelector:@selector(firstResponder)]; [firstResponder resignFirstResponder]; hope this helps.... 回答2: I experienced a similar problem: For some reason iOS does not dismiss the Keyboard of a MFMailComposeViewController when the