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
MFMailComposeViewController
I had the same problem,commented out '[picker release];', and it worked fine! Explanation? I have none.
'[picker release];'