How can I set a large title for a single View Controller embedded in a Navigation Controller? Normally I am only able to set large titles for a whole Navigation Controller including all View Controllers but i only want one to display a large title.
self.navigationController?.navigationBar.prefersLargeTitles = true
prefersLargeTitles
on the Nav bar – Agglomeration