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 to the project):
self.navigationController.navigationBar.titleTextAttributes = NSFontAttributeName[UIFont .fontWithName(CaviarDreams.ttf, size: 20)]
Error says: Use of unresolved identifier 'CaviarDreams
Sorry if the question is extremely bad.
Using Swift, I added this to
AppDelegate.swift
inHope it helps!
Swift 4.2