I implemented a basic UIViewController with a UITableView that\'s wrapped in a UINavigationController. I set prefersLargeTitles to true:
prefersLargeTitles
override fu
In the storyboard I set the Navigation Item's Large Title to Never.
Large Title
Never
In my ViewController's viewDidLoad method I set the following:
navigationController?.navigationBar.prefersLargeTitles = true navigationItem.largeTitleDisplayMode = .always