Swift Navigation Bar Title Font

[Solved] Swift Navigation Bar Title Font | Swift - Code Explorer | yomemimo.com
Question : swift navigation bar title font

Answered by : sej

// Place this in your didFinishLaunchingWithOptions method in the AppDelegate
let attrs = [ NSAttributedString.Key.font: UIFont(name: "Futura-Bold", size: 17)!
]
UINavigationBar.appearance().titleTextAttributes = attrs

Source : | Last Update : Tue, 23 Jun 20

Answers related to swift navigation bar title font

Code Explorer Popular Question For Swift