MFMailComposeViewController in Swift does not dismiss

后端 未结 3 548
我寻月下人不归
我寻月下人不归 2020-12-17 20:57

This is sample code:

import UIKit
import MessageUI

class ViewController: UIViewController, MFMailComposeViewControllerDelegate {

@IBAction func showEmail(         


        
3条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 21:36

    Seems to be bug in iOS 8. Same problem exist in Objective-C also.

提交回复
热议问题