MFMailComposeViewController does not respect UINavigationBar appearnace proxy

Originator:atlantiasoftware
Number:rdar://26702514 Date Originated:08-Jun-2016 02:54 PM
Status:Open Resolved:
Product:iOS SDK Product Version:9.3
Classification:UI/Usability Reproducible:Always
 
Summary:
When configuring UINavigationBar via the appearance proxy, only some attributes take effect when presenting an instance of MFMailComposeViewController. Namely, tintColor, barStyle, and titleTextAttributes seem to be ignored. 

Steps to Reproduce:
1. Configure UINavigationBar via appearance proxy as part of app launch, like:
	
	let navProxy = UINavigationBar.appearance()
        navProxy.barTintColor = .greenColor()
        navProxy.barStyle = .Black
        navProxy.tintColor = .whiteColor()

2. Present an intense of MFMailComposeViewController anywhere in app.

Expected Results:

MFMailComposeViewController navigation bar should reflect appearance proxy settings. 

Actual Results:

Only some appearance proxy settings are reflected.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!