mailComposeDelegate
- July 23rd, 2009
- Posted in Code . iphone
- Write comment
If you’re trying to talk to an MFMailComposeViewController and are setting the delegate property (you know, like every other class in the iPhone SDK), you’re doing it wrong. You need to set mailComposeDelegate.
Oh, and just to confuse you, delegate is left in, so as not to cause any warnings or compile errors. It just silently fails.
Hi, Drew,
Have you noticed, running Activity Monitor, that the memory used by MFMailComposeViewController is not released? Might you know how to get it released?
Thanks for any insight.
/Steve