Hello,
I'm facing issues when using prefersLargeTitles on iOS26, as you can see in the UI hierarchy, the largeTitle is assigned to a UINavigationBarLargeTitleView but not in the UINavigationBar. On the other hand, iOS18 we only have the navigationBar largeTitle.
Is this an identified issue, how can I fix it? We set the title and set prefersLargeTitles to true, do you know any reason this happens?
Additionally, if I set the navigationBar.isTranslucent to false the extra NavigationBarLargeView in the TableView is non-existent.
Thank you!
iOS26
iOS18