Use NSForegroundColorAttributeName as key, not "NSForegroundColorAttributeName" string.
let titleDict: NSDictionary = [NSForegroundColorAttributeName: UIColor.whiteColor()]
self.navigationController.navigationBar.titleTextAttributes = titleDict
Use NSForegroundColorAttributeName as key, not "NSForegroundColorAttributeName" string.
let titleDict: NSDictionary = [NSForegroundColorAttributeName: UIColor.whiteColor()]
self.navigationController.navigationBar.titleTextAttributes = titleDict