gpt4 book ai didi

ios - Xcode 11 (macOS Catalina) 上未显示自定义字体

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

我在下拉菜单中加载自定义字体以在 Storyboard 中选择字体时遇到问题,我有 poppins 字体和 MarvinVisionsBig。我已经将它们添加为目标成员,捆绑资源并将它们添加到 plist 并且它们已经安装在系统中。我尝试了一切,但似乎没有任何效果。

使用它显示字体时会打印字体:

for family: String in UIFont.familyNames {
print(family)
for names: String in UIFont.fontNames(forFamilyName: family) {
print("== \(names)")
}
}

Console:



enter image description here

DropDown:



enter image description here

Fonts:



enter image description here

Bundle resources:



enter image description here

Plist:



enter image description here

最佳答案

不幸的是,对我来说唯一的解决方案是全新安装 mac os catalina。现在一切都在 xCode 界面生成器中正常工作。

关于ios - Xcode 11 (macOS Catalina) 上未显示自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58396436/

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