Accessing recipients, body etc in an MFMailComposeViewController

后端 未结 1 797
萌比男神i
萌比男神i 2021-01-23 15:47

I\'m currently working on persisting the UI state of my iPhone app across launches, but it\'s proving to be a bit of an issue in one of my controllers - a sub-classed MFMa

相关标签:
1条回答
  • 2021-01-23 16:17

    The best bet is to use controller.view, and search for all UILabels in the subview hierarchy.

    (Also, there aren't private getters for MFMailComposeViewController. Those setters only delegates the message to its internal implementation class.)

    0 讨论(0)
提交回复
热议问题