I need to change the size of the Navigation Bar title text for one view controller in my iPhone app. I\'m using iOS5, and tried the following code:
if ([self
My example
guard let sansLightFont = UIFont(name: "OpenSans", size: 20) else { return } navigationController?.navigationBar.titleTextAttributes = [NSFontAttributeName : sansLightFont]