MFMailComposeViewController behaves differently in iOS 13 simulator and device

后端 未结 3 1822
执笔经年
执笔经年 2020-12-18 18:51

I\'m trying to display MFMailComposeViewController in an app.

if MFMailComposeViewController.canSendMail() {
    let mailComposeViewController          


        
3条回答
  •  庸人自扰
    2020-12-18 19:22

    This is new UI Style from iOS 13. You can disable it in Storyboard or set manual. Presenting modal in iOS 13 fullscreen

提交回复
热议问题