Change UINavigationBar font properties?

前端 未结 7 429
清酒与你
清酒与你 2020-12-24 05:42

I have an UINavigationBar added to my UIViewController view. I want to change the fonts properties. Note that I want to change a UINavigationBar not controller. In my app wh

7条回答
  •  天涯浪人
    2020-12-24 05:51

    Don't forget to add the font to your target.

    I did everything that can be done about a font and I couldn't load it, when , in fact the font wasn't a member of my target.

    So check Target Membership as well on the custom font added.

提交回复
热议问题