Misaligned title in UINavigationBar since iOS6

后端 未结 2 1848
既然无缘
既然无缘 2021-01-13 15:25

Ever since iOS 6 I have several problems with using custom styling in my application. I use a custom font and several UIAppearance proxies. A problem I can\'t g

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 15:43

    If it helps, you can adjust (at least) the vertical position of the title:

    [[UINavigationBar appearance] setTitleVerticalPositionAdjustment:4 forBarMetrics:UIBarMetricsDefault];
    

    (This question helped me to find a solution to this problem: UINavigationBar custom title position )

提交回复
热议问题