Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've got a view with two subviews in it: a UITextView and a UIButton.

The button presents an MFMailComposeViewController.

If I tap on UITextView after presenting and dismissing the MFMailComposeViewController the UIKeyboard that is supposed to slide up when the UITextView is tapped does not appear and the UIKeyboard's origin (x,y) is always set to (inf, inf) with height and width set to (0,0).

This only happens after presenting and dismissing the MFMailComposeViewController. It happens ever time and there seems to be no way to reset or alter the UIKeyboard's frame without restarting the application.

I have no idea why this is the case. Any suggestions?

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.