Disable editing on MFMailComposeViewController

后端 未结 4 679
温柔的废话
温柔的废话 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:30

    Sorry this is impossible, and violates the Human Interface Guidelines, meaning your application could be denied for doing this. My only advice to you is to create a custom email view controller and implement this instead of using the Apple provided one.

提交回复
热议问题