I am calling MFMailComposeViewController from a UITableViewController. Problem is the delegate method is never called when I select Cancel or
MFMailComposeViewController
UITableViewController
Make sure you use
controller.mailComposeDelegate = self;
and not
controller.delegate = self;