@marcojd
Following will fix up the title color:
appearance.titleTextAttributes = [ NSAttributedString.Key.foregroundColor: <your text color> ] appearance.largeTitleTextAttributes = [ NSAttributedString.Key.foregroundColor: <your text color> ]
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: