Action sheet doesn't display when the MFMailComposeViewController's cancel button is tapped

后端 未结 6 1017
醉话见心
醉话见心 2020-12-10 19:35

I\'m trying to incorporate MFMailComposeViewController in my app. When I present it modally, the send button works fine and the email is sent, which implies tha

6条回答
  •  春和景丽
    2020-12-10 20:20

    I had the same problem,commented out '[picker release];', and it worked fine! Explanation? I have none.

提交回复
热议问题