## 資訊
### [Apple iOS 9: Security & Privacy Features](https://medium.com/@FredericJacobs/apple-ios-9-security-privacy-features-8d82d9da10eb)
蘋果官方表示他們非常關注用戶隱私,在iOS 9上在安全、隱私上多項重大更新。
[MEDIUM.COM](https://medium.com/@FredericJacobs/apple-ios-9-security-privacy-features-8d82d9da10eb)
## 技巧
### [How on Earth the Facebook iOS Application is so large](http://quellish.tumblr.com/post/126712999812/how-on-earth-the-facebook-ios-application-is-so)
Facebook的iOS App為什么那么大?其代碼文件太多了!
[TUMBLR.COM](http://quellish.tumblr.com/post/126712999812/how-on-earth-the-facebook-ios-application-is-so)
### [How to Remind Users They Changed Their Password](http://uxmovement.com/forms/how-to-remind-users-they-changed-their-password/)
如何提醒用戶他們已經修改過密碼,在用戶輸入舊密碼的時候進行提升是一個好選擇,因此,你有必要存儲用戶密碼的hash值。
[UXMOVEMENT.COM](http://uxmovement.com/forms/how-to-remind-users-they-changed-their-password/)
### [Swift 2.0: Protocol-Oriented MVVM](http://natashatherobot.com/swift-2-0-protocol-oriented-mvvm/)
文章介紹如何在MVVM模式中使用Swift 2.0中的Protocol以及其extension。
[NATASHATHEROBOT.COM](http://natashatherobot.com/swift-2-0-protocol-oriented-mvvm/)
##代碼
### [TZStackView](https://github.com/tomvanzummeren/TZStackView)
UIStackView replica for iOS 7.x and iOS 8,UIStackView從iOS 9開始支持,使用TZStackView,你可以從iOS 7開始支持。
[GITHUB.COM](https://github.com/tomvanzummeren/TZStackView)
### [GitUp](https://github.com/git-up/GitUp)
可視化的Git客戶端,能夠實時的進行編輯、合并、回滾等多種操作,更多功能,請下載體驗,后續再詳細介紹。
[GITHUB.COM](https://github.com/git-up/GitUp)