I\'m using the new enlarged navigation bar titles in iOS 11. But I can\'t seem to be able to change the textColor.
I tried doing:
self.navigationCont
self.navigationController.navigationBar.largeTitleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor]};