标签:
显示iOS所有系统字体

源码地址:
https://github.com/YouXianMing/FontList
效果图:

便于你开发中寻找适合自己的字体, demo中用到了 UITableViewHeaderFooterView 以及 隐藏了状态栏。

[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
标签:
原文地址:http://www.cnblogs.com/YouXianMing/p/4402483.html