Xcode: glance 或通知界面不支持自定义字体
Xcode: Custom fonts are not supported in glance or notification interfaces
尽管我可以从 Interface Builder 为标签设置自定义字体,并且当我在 Apple Watch 模拟器上启动该应用程序时标签甚至与该字体一起出现,Xcode 不断警告我
Custom fonts are not supported in glance or notification interfaces
这只是 Xcode 6.3 的另一个小故障,还是我不应该在 glances 和通知界面上使用自定义字体?
对于可能感兴趣的其他人:bug/known XCode 3.x 上的 IB 存在非标准字体和 Interface Builder 问题。自定义字体通常需要以编程方式设置(通过 [UIFont fontWithName...)
这不是故障。除了您的主要 WatchKit 应用程序之外,其他任何地方都真正不支持自定义字体。
尽管我可以从 Interface Builder 为标签设置自定义字体,并且当我在 Apple Watch 模拟器上启动该应用程序时标签甚至与该字体一起出现,Xcode 不断警告我
Custom fonts are not supported in glance or notification interfaces
这只是 Xcode 6.3 的另一个小故障,还是我不应该在 glances 和通知界面上使用自定义字体?
对于可能感兴趣的其他人:bug/known XCode 3.x 上的 IB 存在非标准字体和 Interface Builder 问题。自定义字体通常需要以编程方式设置(通过 [UIFont fontWithName...)
这不是故障。除了您的主要 WatchKit 应用程序之外,其他任何地方都真正不支持自定义字体。