When I try to push my MFMailComposeViewController it says I can’t push navigation controllers?! Hmm… dunno about that.
Basically all my view controllers are actually subclasses of CustomUIViewController which automatically removes the title view from the navigation bar (as I have a logo in the navigation bar instead).
Presenting my MFMailComposeViewController modally puts the title back in there because I can’t make it subclass CustomUIViewController (or can i? I dunno?).
So I really need a way to remove the title view from the MFMailComposeViewController.
Thanks
Tom
A few easy options: