views:

12

answers:

0

I'm calling a MFMailComposerViewController in my app and adding it as a subview to the UIView. When the user has finished with the e-mail I'm calling dismissModalViewControllerAnimated to remove it, but the app delegate no longer gets touch events and I don't know why.

This only happens in OS 4.0+ though.