Hi,
if you are using a transparent Navigation bar,
use the configureWithTransparentBackground method, the large title will be visible.
let appearance = UINavigationBarAppearance()
appearance.configureWithTransparentBackground()
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: