为什么ios设备无法正确显示第三方字体?

时间:2015-07-10 07:48:05

标签: ios xcode fonts

Swift / Xcode 6 / iOS 8.3

我已按照教程,将.ttf文件复制到项目中,并在fonts provided by application中添加了info.plist。在此之后,字体在界面构建器中看起来很正常,但它在模拟器上恢复为Helvetica Neue。我使用Plain文字,而不是Attributed文字。

有没有其他方法可以在IB中设置导入的字体,而不是按住ctrl +拖动IBOutlet并以编程方式设置其字体?

提前致谢。

1 个答案:

答案 0 :(得分:2)

检查你为u字体添加目标。 转到settings->build phases->copy bundle resources。必须有你为app添加的所有字体。

或点击Navigator中的字体并检查target member中的Utilities

enter image description here enter image description here