back button tint color transparent swift code example
Example: how to change the color of back button navbar xcodee
self.navigationController.navigationBar.tintColor = UIColor.whiteColor();
self.navigationController.navigationBar.tintColor = UIColor.whiteColor();