UIFont:如何更改应用程序中任何视图中的所有字体?

发布于 2024-12-06 03:49:17 字数 238 浏览 0 评论 0原文

我们的应用程序与许多其他应用程序一样包含许多不同的组件,例如 UIButton、UITextField、UILabel 等(不是 UISearchBar),用于显示和编辑文本。大多数组件都是在 Interface Builder 中设置的。用自定义字体替换所有系统字体的最有效方法是什么?

我应该对 UIFont 进行分类以始终返回我们的自定义字体吗? 或者我应该迭代所有 xib-files xml 并从那里替换字体? 非常感谢推荐和其他选择!

Our app as many others concist of MANY different components such as UIButton, UITextField, UILabel, etc (not UISearchBar) for displaying and editing text. Most components are setup in Interface Builder. What is the most efficient way of replacing all system fonts with a custom font?

Should I categorize UIFont to always return our custom font?
Or should I iterate over all the xib-files xml and replace the font from there?
Recomendations and other options is greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恬淡成诗 2024-12-13 03:49:17

iOS 5 带来了用于自定义标准 UI 的新 API,这将使更改字体变得非常容易。取决于您的操作系统版本要求。

iOS 5 brings new API for customizing the standard UI that should make changing the fonts dead-easy. Depends on your OS version requirements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文