MFMailComposeViewController not dismissing

前端 未结 5 843
名媛妹妹
名媛妹妹 2021-01-05 04:53

I have the following code that gets called in didSelectRowAtIndexPath. The issue is, when I click the cancel button, it prompts for save draft or discard. But when I click

5条回答
  •  天涯浪人
    2021-01-05 05:55

    I've described the problem and the way it can be solved more detailed here: https://stackoverflow.com/a/13576408/691660

    I am not sure if Luda caught the core of the problem. No difference whether you specify the delegate or not, that does not work in case of modal+modal MFMailComposeViewController instance.

提交回复
热议问题