I\'m having problems trying to figure out how to change the color of the buttons on the navigation controller.
Previously I had used the following:
[[UI
In swift, it can be accomplished by the following command:
if let navController = self.navigationController { navController.navigationBar.tintColor = UIColor.whiteColor() }