## 資訊
### [Parse開源其所有SDK(Android & iOS)](http://blog.parse.com/announcements/open-sourcing-our-sdks/)
Parse的SDK目前運行在超過8億的設備上。Parse認為開源能夠加速創新,從社區中更好的學習,能夠一起協同挑戰移動開發過程中的難題,因此,他們開源了所有SDK,包括iOS,OS X和Android版本。
[PARSE.COM](http://blog.parse.com/announcements/open-sourcing-our-sdks/)
## 技巧
### [How Not to Crash](http://inessential.com/hownottocrash)
作者是Omni系列軟件的開發者之一。這是作者今年寫的專題,列舉和分析了一些在iOS/OSX開發中常見的由開發者引入而導致app崩潰的錯誤代碼。結合了作者豐富的軟件架構經驗,有借鑒意義。
[INESSENTIAL.COM](http://inessential.com/hownottocrash)
### [升級El Capitan Beta 6,Xcode 打不開解決辦法](https://forums.developer.apple.com/message/37126)
升級El Capitan Beta 版本,各種不穩定,建議有日常開發需求的別升級啊。
[DEVELOPER.COM](https://forums.developer.apple.com/message/37126)
### [A Stickler for Details: Implementing Sticky Input Field in iOS](https://medium.com/ios-os-x-development/a-stickler-for-details-implementing-sticky-input-fields-in-ios-f88553d36dab)
實現類似iMessage中輸入框跟隨鍵盤的效果,作者介紹了其實現思路,其實現已開源,參見下面的NgKeyboardTracker。
[MEDIUM.COM](https://medium.com/ios-os-x-development/a-stickler-for-details-implementing-sticky-input-fields-in-ios-f88553d36dab)
## 代碼
### [Parse-SDK-iOS-OSX](https://github.com/ParsePlatform/Parse-SDK-iOS-OSX)
Parse SDK for iOS/OS X https://parse.com。
[GITHUB.COM](https://github.com/ParsePlatform/Parse-SDK-iOS-OSX)
### [NgKeyboardTracker](https://github.com/meiwin/NgKeyboardTracker)
實現類似iMessage中輸入框跟隨鍵盤的效果,這里是其具體代碼。
[GITHUB.COM](https://github.com/meiwin/NgKeyboardTracker)