自定义字体在iOS项目中不起作用

时间:2018-06-13 13:38:45

标签: ios xcode fonts

我正在开始一个新项目,并尝试使用自定义字体,但它无法正常工作。

我添加了此代码,我的字体未显示在字体列表中。

let fontFamilies = UIFont.familyNames
for font in fontFamilies {
    let fontFamily = font
    print("\(fontFamily)")
}

它确实在我的故事板中显示为自定义字体下的选项。

enter image description here

我检查过平时的事情。

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:1)

请将您的字体文件复制到Project检查它在复制Bundle资源中添加了willautomaticaly。 enter image description here

请从属性检查器更改区域字体将明确反映 enter image description here

答案 1 :(得分:0)

在info.plist key'由Application'提供的字体中,我必须将otf文件扩展名添加到字体名称。