Unable to dismiss MFMailComposeViewController, delegate not called
- by Rod
HI, I am calling MFMailComposeViewController from UITableViewController.
Problem is, delegate method mailComposeController:(MFMailComposeViewController)controllerdidFinishWithResult* is never called when I select Cancel or Send button in Mail compose window.
Here is the table view class:
@implementation DetailsTableViewController
-…