Change titleTextAttributes of MFMailComposeViewController not possible

Originator:mobileapps
Number:rdar://45839511 Date Originated:06-Nov-2018 01:12 PM
Status:Open Resolved:
Product:iOS + SDK Product Version:12
Classification:UI/Usability Reproducible:Always
 
Summary:
Changing the titleTextAttributes of MFMailComposeViewController is not possible.
This is a problem when the background color of the navigation bar of MFMailComposeViewController is changed.

Steps to Reproduce:
MFMailComposeViewController *mailComposeViewController = [[MFMailComposeViewController alloc] init];
mailComposeViewController.navigationBar.titleTextAttributes = @{ NSForegroundColorAttributeName : UIColor.whiteColor };

Expected Results:
Foreground color of title label should change.

Actual Results:
Foreground color of title label does not change and is always black.

Version:
12

Notes:

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!