Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adjust font size in Navigation Title

Is there any way to make the font of the title of the navigation bar adjusted with the width?

Same behaviour as a [UILabel setAdjustsFontSizeToFitWidth:YES].

I'm trying setting the appearance of the NavigationBar, but no success so far.

like image 846
Antonio MG Avatar asked Nov 20 '25 10:11

Antonio MG


2 Answers

Try doing something like:

self.navigationItem.titleView = titleLabel;

where titleLabel is a custom UILabel that you've initialized and customized.

Check out this Fontful code, for example.

like image 157
ma11hew28 Avatar answered Nov 23 '25 00:11

ma11hew28


There's no way to do this with the standard title item. You can still add your custom UILabel to the navigation bar and take care of the title changes.

like image 24
Anton Avatar answered Nov 23 '25 00:11

Anton



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!