Large navigation titles don't respect titleTextAttributes

Originator:ross.kimes
Number:rdar://33290944 Date Originated:13-Jul-2017 09:52 AM
Status:Open Resolved:
Product:iOS + SDK Product Version:11.0 (15A5278f)
Classification:Security Reproducible:Always
 
Summary:
This is a duplicate of radar #32674641

When UINavigationBar displays its title in the large type style, the title should respect any titleTextAttributes set on the navigation bar.


Steps to Reproduce:
1. Create a navigation controller with a root view controller that has scrollable content (e.g. a UITableViewController) as the root
2. Set a foreground color in the navigation bar's titleTextAttributes
3. Run the app: the large type title will display in black, ignoring the foreground color, while the "compact" title size (shown after scrolling the table view) shows the desired foreground color.

Expected Results:
Both the large- and normal-size titles should respect the foreground color assigned in titleTextAttributes

Actual Results:
Only the normal-size title respects the foreground color assigned in titleTextAttributes, while the large title displays in black.

Version:
11.0 (15A5278f)

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!