##資訊
### [首批支持Apple Watch的應用已在App Store更新](http://36kr.com/p/531233.html)
很多支持Apple Watch的知名應用,今天已經在App Store完成更新,包含AliPay、WeChat、Evernote等等。
[36KR.COM](http://36kr.com/p/531233.html)
## 技巧
### [AFNetworking 2.5.1有中間人攻擊漏洞](http://blog.mindedsecurity.com/2015/03/ssl-mitm-attack-in-afnetworking-251-do.html)
請升級到AFNetworking 2.5.2版本,具體可以參見原文的分析。
[MINDEDSECURITY.COM](http://blog.mindedsecurity.com/2015/03/ssl-mitm-attack-in-afnetworking-251-do.html)
### [解決 iOS View Controller Push/Pop 時的黑影](http://imtx.me/archives/1933.html)
iOS自7.x某個版本以后,存在一個 Push/Pop ViewController 時右上角會有奇怪黑影冒出的問題,文章給出了解決方法。
[IMTX.ME](http://imtx.me/archives/1933.html)
### [跨平臺開發時代的 (再次) 到來?](http://onevcat.com/2015/03/cross-platform/)
談談移動開發跨平臺,并著重介紹和對比一下Xamarin,NativeScript和React Native之類的技術。
[ONEVCAT.COM](http://onevcat.com/2015/03/cross-platform/)
##代碼
### [React Native](https://github.com/facebook/react-native)
Facebook的React Native已經開源了iOS版本,使得你能基于JavaScript 和 React編寫跨平臺的代碼,Facebook已經在生產環境中應用了該項技術。
[GITHUB.COM](https://github.com/facebook/react-native)
### [HackerNews-React-Native](https://github.com/iSimar/HackerNews-React-Native)
使用React Native開發的Hacker News iOS App。
[GITHUB.COM](https://github.com/iSimar/HackerNews-React-Native)