Disable editing on MFMailComposeViewController

后端 未结 4 667
温柔的废话
温柔的废话 2021-01-06 21:38

We have a business rule where we need to restrict the editing of the email body content on MFMailComposeViewController. The content will be pre-populated and needs to remain

4条回答
  •  感情败类
    2021-01-06 22:24

    If the email does not have to originate from the account of the user of the device then you could simply send the email through your own server not using the MFMailComposerViewController. You could also just have your app talk to a web service if this is the case.

提交回复
热议问题