这条线在ios 9上非常完美,但是当我在ios 8上试用它时它会崩溃并且说
fatal error: unexpectedly found nil while unwrapping an Optional value
所以我应该为此做些什么。这是我的代码。
self.navigationController?.navigationBar.titleTextAttributes = [NSForegroundColorAttributeName:UIColor.blackColor(),NSFontAttributeName: UIFont(name: ".SFUIDisplay-Bold", size: 18)!]