Reply to largeTitleDisplayMode doesn't work when using UIHostingController You can set it directly on the UINavigationController() let dashBoardNavigationController = UINavigationController(rootView: DashBoardView()) dashBoardNavigationController.navigationBar.prefersLargeTitles = true UI Frameworks SwiftUI Feb ’23