UINavigationBarLargeTitleView Customisation

Is there any way to customise the large titles used in iOS 11 navigation bars?


When setting a navigation bar title to a custom font and colour the related large title is always SFUIDisplay-Bold, 34.00pt, black.

I have created radar://32829474 as I think _UINavigationBarLargeTitleView should be public in order for customisation to be allowed.

Replies

any update on this?

`UINavigationBar.largeTitleTextAttributes` is the property you want to set. It's a separate property from `UINavigationBar.titleTextAttributes`.