Large title text should get color from UIAppearance Foreground color

Originator:piet.brauer
Number:rdar://32658968 Date Originated:June 8 2017, 2:24 PM
Status:Duplicate of 32694849 Resolved:
Product:iOS SDK Product Version:
Classification:Serious Bug Reproducible:Always
 
Area:
UIKit

Summary:
When enabling `prefersLargeTitles` the title label is always black even when custom title text attributes such as NSForegroundColorAttributeName.

Steps to Reproduce:
1. Set a custom ForegroundColor on the UINavigationBar appearance
2. Set `prefersLargeTitles` on your view controller

Expected Results:
The large title label uses custom attributes I have set using the appearance API

Observed Results:
It stays black

Version:
iOS 11

Notes:
I set the appearance in the app Delegate, all other actions are in the MasterViewController class

Configuration:

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!