30DaysofSwift
參考30DaysofSwift編寫碳蛋,主要Allen有UI功底幌氮,swift例子不缺審美烈涮,成就感倍增烈疚。
SwiftSimple
持續(xù)更新zhaowensky-github
1. SimpleStopWatch适揉,簡單的計時器
涉及東西不多留攒,簡單的故事板autolayout設置,使用了Timer控件進行計時嫉嘀,熟悉一下常用的getter炼邀、setter屬性訪問(跟OC區(qū)別挺大),通常OC里的@synthesize <#property#>都是自動生成剪侮,但swift卻需要自己實現(xiàn)
Simulator Screen Shot 2017年4月28日 下午4.58.50.png
2. SimpleCustomFont拭宁,第三方字體庫使用
字庫作者是從這下載的「造字工房」
- 將字體庫文件導入到工程后,在info.plist中新增key值
Fonts provided by application
把你的字體名字加進去
12.png - 通過UIFont訪問剛才配置的名字瓣俯,就可以使用了
contentLabel.font = UIFont(name:"MFJinHei_Noncommercial-Regular", size:16)
Simulator Screen Shot 2017年4月28日 下午5.18.30.png