摘要: 1.第一步找到你想用的字体的 ttf 格式或者 otf格式。加入到你的工程的resouce目录下。 2.在工程的plist中AddRow,“Fonts provided by application” ,然后添加key为item0,value为你刚才加入的Museo500-Regular.otf。如 阅读全文
posted @ 2016-06-08 17:30 秋棠枫眠 阅读(356) 评论(3) 推荐(0) 编辑
摘要: enum { UIViewAutoresizingNone = 0, UIViewAutoresizingFlexibleLeftMargin = 1 << 0, UIViewAutoresizingFlexibleWidth = 1 << 1, UIViewAutoresizingFlexible 阅读全文
posted @ 2016-06-08 15:41 秋棠枫眠 阅读(304) 评论(0) 推荐(0) 编辑