After presenting a MFMailComposeViewController from the rearViewController, and setting the mailComposeDelegate to the rearViewController, the mailComposeDelegate just will not fire off after user click either the Send or Cancel button. Thus I could not dismiss the MFMailComposeViewController.
Hi sorry, realised my mistake in the delegate function name. Realised i wrongly used the messageComposeViewController instead of the mailComposeViewController, eye blur @_@, my bad!
After presenting a MFMailComposeViewController from the rearViewController, and setting the mailComposeDelegate to the rearViewController, the mailComposeDelegate just will not fire off after user click either the Send or Cancel button. Thus I could not dismiss the MFMailComposeViewController.