我正在运行 Xcode 8.3 ,但似乎没有 San Francisco 字体。
我已经从https://developer.apple.com/fonts/下载并安装它。当我在 Mac 上打开 Font Book 时,我可以看到它。
是否有任何其他步骤可以在 Xcode 中添加字体?
编辑:我正在 Interface Builder 中设计我的应用程序,所以我需要在 Xcode 中使用字体来查看它在运行时的外观。
如果您的目标是 iOS 9 或更高版本 San Francisco 是默认字体。在 swift 3 中的使用UIFont.systemFont(ofSize: 15)