Is it possible to have a custom view for MFMailComposeViewController?

前端 未结 2 995
一生所求
一生所求 2021-01-16 07:10

I have a nicely designed mail sending page that I have to implement. I would like to use MFMailComposeViewController to achieve this task but this comes with its own regular

2条回答
  •  无人及你
    2021-01-16 07:33

    Anomie is correct.

    We created an app which had used a backend email server to send anonymous emails and we had a custom front end to collect the user message. However if you're just thinking that the composition interface needs a makeover it's really not a good approach and almost certainly will get you slammed during the submission process.

    Best Reason for not messing with the interface -

    . User will question authenticity of any email interface which does not resemble Apple's email interface.

提交回复
热议问题