It seems to be possible in iOS 5 using the UIAppearance proxy.

[[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];

That will set the font to be whatever your custom font is for all UILabels in your app. You'll need to repeat it for each control (UIButton, UILabel, etc.).

Remember you'll need to put the UIAppFonts value in your info.plist and include the name of the font you're including.

http://stackoverflow.com/questions/8707082/set-a-default-font-for-whole-ios-app

最新文章

  1. 碳膜电阻+1N5408二极管?
  2. sharepoint 网站创建
  3. C#编程总结(十三)数据压缩
  4. hdu 1166 线段树单点更新
  5. shell中读写mysql数据库
  6. 如何在Ubuntu/CentOS上安装Linux内核4.0
  7. <area> 标签
  8. S3
  9. C# File
  10. Android The content of the adapter has changed but ListView did not receive a notification终极解决方法
  11. [改善Java代码]警惕数组的浅拷贝
  12. IE浏览器打开 「兼容性视图」
  13. java基础(二十一)IO流(四)
  14. Spring与SpringMVC的容器关系分析
  15. Window 10通过网线和Wifi连接树莓派
  16. Linux C语言遍历目录结构
  17. 关于CSS样式优先级学习心得
  18. 英语APP体验
  19. IntelliJ IDEA如何设置新建类时,自动注释作者信息和日期时间
  20. 对Unity的Resources目录进行改名

热门文章

  1. Java编程环境eclipse配置
  2. Flutter实战视频-移动电商-64.会员中心_顶部头像UI布局
  3. ubuntu的 mysql 存储目录迁移
  4. JS鼠标响应事件经过、移动、点击示例介绍
  5. Codevs 1425 最长公共子串
  6. 记一次因证书问题导致请求失败问题SSLHandshakeException
  7. 学习Mahout (四)
  8. BackgroundWorker的使用一二(可视化编程,开始后台工作,报告进度,取消后台工作等)
  9. kuangbin大佬的高斯消元模板
  10. 未知宽高div水平垂直居中的3种方法