gpt4 book ai didi

ios - 快速为整个 iOS 应用程序使用自定义字体

转载 作者:IT王子 更新时间:2023-10-29 05:13:47 24 4
gpt4 key购买 nike

我知道要在屏幕上设置元素的自定义字体,我可以简单地执行 someLabel.font=UIFont(name: "Exo 2.0", size: 15)

我想知道如何使用 swift 为整个应用程序设置它。 (黑客将对应用程序的每个元素执行我所知道的操作,但这将成为可维护性的噩梦)

我看到这个问题已经用 objective-C 标签提出,How to set a custom font for entire iOS app without specifying size但我对 objective-C 不够熟悉,无法将代码移植到 swift

最佳答案

您可以设置 UILabel 和其他 UIView 的外观:

UILabel.appearance().font = UIFont(name: "yourFont", size: yourSize)

更一般:

AnyUIView.appearance().font = UIFont(name: "yourFont", size: yourSize)

关于ios - 快速为整个 iOS 应用程序使用自定义字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28180449/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com