iOS 8中的旧金山字体

我正在使用Apple的新SF字体设计应用程序.要在应用程序中获取新的SF字体,在构建iOS 9时,您只需在界面构建器中选择“系统字体”即可.但问题是,对于早期版本的iOS,“系统字体”实际上是Helvetica Neue,因此它取代了旧金山.如何强制旧金山出现在所有设备上?

解决方法

这在旧金山字体的许可协议中说明:

3. No Transfer. Except as otherwise set forth herein,you may not transfer this Apple Font without Apple’s express prior written approval. All components of the Apple Font are provided as part of a bundle and may not be separated from the bundle and distributed as standalone applications.

相关文章

背景 前端时间产品经理决定使用百度统计,使得 工程B 中原统计sdk-友盟统计,需要被去除。之前尝试去除...
结论: alloc负责分配内存和创建对象对应的isa指针; init只是返回alloc生成的对象。 所以alloc后,多次...
更新 如果UI愿意把启动图切割成n份,按一定约束在launchscreen.storyboard中进行排版,启动图效果会更好...
最近在看一本书《Effective OC 2.0》,今天看到有个tip是OC适中循环各自优劣性,作者最终推荐此块循环。...
// // ViewController.m // paintCodeTestOC //gif // Created by LongMa on 2019/7/25. // #import &a...
背景介绍 一般情况下,出于省电、权限、合理性等因素考虑,给人的感觉是很多奇怪的需求安卓可以实现,但...