Frage

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.

War es hilfreich?

Lösung

Of course, there is a method on UINavigationBar named

- (void)setTitleVerticalPositionAdjustment:(CGFloat)adjustment forBarMetrics:(UIBarMetrics)barMetrics
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top