In my app I am using the MFMailComposeViewController. I have placed a back and Done button in the title bar. I have the title bar to be in black co
back
Done
For Swift (I am using Swift 1.2)
var mc: MFMailComposeViewController = MFMailComposeViewController() mc.mailComposeDelegate = self mc.setSubject(emailTitle) mc.setToRecipients(toRecipients) mc.navigationBar.tintColor = UIColor.blackColor()