Search code examples
iosswiftuinavigationcontrolleruinavigationbaruinavigationitem

Customize UINavigationItem Font


Different fonts

I am trying to customize the font for my UINavigationController, and I can add largeTitleText and modify the title text however I want, but I seem unable to change the font of the UINavigationItem text.

I've searched around google, the apple developer docs, and don't seem to find a method to call to modify the appearance of the item font.


Solution

  • UIBarButtonItem.appearance().setTitleTextAttributes(_:for:)
    

    Not working for you?