When developing in swift 3 I was used to write:
UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName: UIColor.orange]
putting this in AppDelegate would change all the UINavbars' title color to orange.
Now I want to do the same with Swift 4 and iOS 11.