I am using the UIAppearance protocol to set the background image of UINavigationBar objects throughout my app.
[[UINavigationBar appearance] setBackgroundIma
Simply set the tintColor on the MFMailComposeViewController instance:
[mailInstance.navigationBar setTintColor:[UIColor someColor]];