How do I change the NavigationBar font in Swift?
This is what I have tried so far, but receiving an error (I have correctly implemented CaviarDreams
Now you have to unwrap (!) it first so its not of type UIFont?:
UIFont?
self.navigationController.navigationBar.titleTextAttributes = [NSFontAttributeName: UIFont(name: "", size: )!]