gpt4 book ai didi

ios - Xcode“导航栏”字体问题

转载 作者:行者123 更新时间:2023-12-01 20:15:37 25 4
gpt4 key购买 nike

我的问题是导航栏的标题不会采用自定义字体。我认为该字体有效,因为标签和按钮字体没有问题。字体在“main.storyboard”中看起来不错,但是当我运行模拟器或将应用程序安装到手机上时,导航栏中的字体不正确。请看下面的图片。有没有人遇到过同样的问题?

我正在使用Xcode 7.2.1。用SWIFT编写

Screen shot: main.storyboard

Screen shot: simulator

最佳答案

您不重写代码中的字体设置吗?您也可以尝试通过代码设置它,例如:

UINavigationBar.appearance().titleTextAttributes = [
NSFontAttributeName: UIFont(name: "ProximaNova-Semibold", size: 18)!,
NSForegroundColorAttributeName : UIColor(red: 51/255, green: 51/255, blue: 51/255, alpha: 1),
NSBackgroundColorAttributeName: UIColor.whiteColor()
]

关于ios - Xcode“导航栏”字体问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36762333/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com