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
MFMa
The best bet is to use controller.view, and search for all UILabels in the subview hierarchy.
controller.view
UILabel
(Also, there aren't private getters for MFMailComposeViewController. Those setters only delegates the message to its internal implementation class.)
MFMailComposeViewController