## 資訊
### [Apple comments on iOS 8 unicode crash bug](http://www.imore.com/unicode-rendering-bug-crashing-messages-lockscreen)
iOS設備在iOS 8上存在一個嚴重的unicode解析錯誤,導致App crash,蘋果正在緊急修復中。
[IMORE.COM](http://www.imore.com/unicode-rendering-bug-crashing-messages-lockscreen)
##技巧
### [Persistent, Cross-Install Device Identifier on iOS: Using Keychain](https://blog.onliquid.com/persistent-device-unique-identifier-ios-keychain/)
本文介紹如何在App卸載后重新安裝還能得到同樣的設備唯一值。
[ONLIQUID.COM](https://blog.onliquid.com/persistent-device-unique-identifier-ios-keychain/)
### [SlideShare使用Swift做iOS App的經驗](http://engineering.linkedin.com/ios/our-swift-experience-slideshare)
SlideShare使用Swift的經驗。去年上線的App幾乎完全是用Swift寫的。
[LINKEDIN.COM](http://engineering.linkedin.com/ios/our-swift-experience-slideshare)
## 代碼
### [JSPatch](https://github.com/bang590/JSPatch)
JSPatch bridge Objective-C and JavaScript using the Objective-C runtime。
[GITHUB.COM](https://github.com/bang590/JSPatch)
### [BlocksKit](https://github.com/zwaldowski/BlocksKit)
The Objective-C block utilities you always wish you had。
[GITHUB.COM](https://github.com/zwaldowski/BlocksKit)