1

Is there any text attribute like line-height or any other feature that would help with vertical centering of a UINavigationItem title? After setting custom font it is higher than standard one.

cyborg86pl
  • 2,597
  • 2
  • 26
  • 43

1 Answers1

1

Of course, there is a method on UINavigationBar named

- (void)setTitleVerticalPositionAdjustment:(CGFloat)adjustment forBarMetrics:(UIBarMetrics)barMetrics
akashivskyy
  • 44,342
  • 16
  • 106
  • 116