我想自定义 MFMailComposeViewController,使其具有我的自定义图像/按钮,而不是默认的“取消”和“发送”按钮。我试着用谷歌搜索答案,但找不到任何东西 那可以帮助我。
非常感谢任何帮助。 提前致谢..
最佳答案
您无法更改 MFMailComposeViewController。引用 the documentation :
Important: The mail composition interface itself is not customizable and must not be modified by your application.
关于iphone - MFMailComposeViewController - 将取消和发送按钮更改为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13178802/