var navTextColor = UIColor(red:0.3,green:0.09,blue:0.05,alpha:1.0) self.navigationController?.navigationBar.tintColor = navTextColor
var navTextColor = UIColor(red:0.3,green:0.09,blue:0.05,alpha:1.0) self.navigationController?.navigationBar.tintColor = navTextColor
barButton.setTitleTextAttributes([ NSFontAttributeName: UIFont(name: "Arial",size: 12)!],forState: UIControlState.Normal)
Swift3
barButton.setTitleTextAttributes([ NSFontAttributeName: UIFont(name: "Arial",for: UIControlState.normal)