Change title of MFMailComposeViewController

前端 未结 6 1356
广开言路
广开言路 2020-12-15 08:17

I\'m using MFMailComposeViewController for in-app email in my app, but I\'m not able to change the title. As default it\'s showing the subject in the title, but I would like

6条回答
  •  眼角桃花
    2020-12-15 08:53

    You should be able to take just a view (controller.view) and place it inside of your controller ... in that moment, you are not modifying anything and you are actually doing almost the same thing like Apple in their iPad email app when composing an email ... same thing should work on iPhone too ...

提交回复
热议问题