摘要: // NSFontAttributeName 设置字体属性,默认值:字体:Helvetica(Neue) 字号:12 // NSForegroundColorAttributeNam 设置字体颜色,取值为 UIColor对象,默认值为黑色 // NSBackgroundColorAttributeN 阅读全文
posted @ 2016-06-30 17:35 Zlq_iOS 阅读(186) 评论(0) 推荐(0)
摘要: iOS 最新版 CocoaPods 的安装流程 1.更新gem sudo gem update --system 2.因为Ruby的软件源rubygems.org被屏蔽了,所以要更换源 gem sources --remove https://rubygems.org/ gem sources -a 阅读全文
posted @ 2016-06-08 09:40 Zlq_iOS 阅读(150) 评论(0) 推荐(0)