使用自定义字体时如何垂直纠正导航栏的 titleView 文本位置?
我们在导航栏中的 titleView 使用自定义字体。 不知何故,苹果总是把这种字体画得太高。
当您在导航栏中使用自定义字体时,如何纠正这种奇怪的偏移?
We're using custom fonts for the titleView in the navigation bar.
Somehow Apple always draws this font too high.
How do I correct for this strange offset you get when you are using custom fonts in a navbar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用了
setTitleVerticalPositionAdjustment:forBarMetrics:
。兼容性:从 iOS 5 开始可用。
I used
setTitleVerticalPositionAdjustment:forBarMetrics:
.Compatibility: available starting from iOS 5.
您可以将新视图设置为
titleView
,然后为其添加新标签:Your can set a new view as
titleView
, then add a new label to it: