I ran into this same thing as well and managed to fix it by putting this code in the view controller:
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
navigationController?.navigationBar.prefersLargeTitles = true
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: