self.navigationController!.navigationBar.titleTextAttributes=[NSFontAttributeName : UIFont.boldSystemFontOfSize(20),NSForegroundColorAttributeName : UIColor.whiteColor()];
self.navigationController!.navigationBar.setBackgroundImage(UIImage(named: "title2.png"),forBarMetrics: UIBarMetrics.Default)
原文链接:https://www.f2er.com/swift/327259.html