|
21 | 21 | * [UICollectionView](#uicollectionview) |
22 | 22 | * [UIScrollView](#uiscrollview) |
23 | 23 | * [UIResponder](#uiresponder) |
| 24 | + * [UIWebView](#uiwebview) |
24 | 25 | * [AutoLayout](#autolayout) |
25 | 26 | * [Masonry](#masonry) |
26 | 27 | * [Quartz 2D](#quartz-2d) |
27 | 28 | * [Core Animation](#core-animation) |
| 29 | + * [Audio/Video](#audio/video) |
28 | 30 | * [编码规范](#编码规范) |
29 | 31 | * [测试](#测试) |
30 | 32 | * [并发编程](#并发编程) |
|
49 | 51 | * [二维码](#二维码) |
50 | 52 | * [字体](#字体) |
51 | 53 | * [苹果开发者账号](#苹果开发者账号) |
| 54 | + * [跨平台](#跨平台) |
52 | 55 | * [经验之谈](#经验之谈) |
53 | 56 | * [读书笔记](#读书笔记) |
54 | 57 | * [Effective Objective-C](#effective-objective-c) |
|
143 | 146 | 0. [NSObject的load和initialize方法](http://www.molotang.com/articles/1929.html) by [三石·道][三石·道] |
144 | 147 |
|
145 | 148 | ### 字符串 |
| 149 | +0. [NSString Class Reference](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSString_Class/) by [iOS Developer Library][iOS Developer Library] |
| 150 | +0. [NSMutableString Class Reference](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSMutableString_Class/index.html#//apple_ref/occ/cl/NSMutableString) by [iOS Developer Library][iOS Developer Library] |
146 | 151 | 0. [NSString 与 Unicode][NSString 与 Unicode] by [objc中国][objc中国] |
147 | 152 | 0. [玩转字符串][玩转字符串] by [objc中国][objc中国] |
148 | 153 | 0. [字符串本地化][字符串本地化] by [objc中国][objc中国] |
|
203 | 208 | ### UIResponder |
204 | 209 | 0. [UIResponder](http://southpeak.github.io/blog/2015/03/07/uiresponder/) by [南峰子的技术博客][南峰子的技术博客] |
205 | 210 |
|
| 211 | +### UIWebView |
| 212 | +0. [UIWebView Class Reference](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/) by [iOS Developer Library][iOS Developer Library] |
206 | 213 |
|
207 | 214 |
|
208 | 215 |
|
|
249 | 256 |
|
250 | 257 |
|
251 | 258 |
|
| 259 | +## Audio/Video |
| 260 | +0. [IOS、安卓IM语音聊天开发初探部分心得——本地音频处理篇(上)](http://cvito.net/index.php/archives/854) by [雪印笔记](http://cvito.net/) |
| 261 | +0. [IOS、安卓IM语音聊天开发初探部分心得——本地音频处理篇(下)](http://cvito.net/index.php/archives/869) by [雪印笔记](http://cvito.net/) |
| 262 | + |
| 263 | + |
252 | 264 | ## 编码规范 |
253 | 265 | 0. [Coding Guidelines for Cocoa][Coding Guidelines for Cocoa] by [iOS Developer Library][iOS Developer Library] |
254 | 266 | 0. [Zen and the Art of the Objective-C Craftsmanship][objc-zen-book] |
|
271 | 283 | 0. [TDD的iOS开发初步以及Kiwi使用入门][TDD的iOS开发初步以及Kiwi使用入门] by [OneV's Den][OneV's Den] |
272 | 284 | 0. [Kiwi 使用进阶 Mock, Stub, 参数捕获和异步测试][Kiwi 使用进阶 Mock, Stub, 参数捕获和异步测试] by [OneV's Den][OneV's Den] |
273 | 285 | 0. [测试 View Controllers][测试 View Controllers] by [objc中国][objc中国] |
| 286 | +0. [使用树莓派搭建低成本,便携,多用户的弱网模拟器:高效测试手机App在弱网下的可用性 ](http://hugozhu.myalert.info/2015/03/28/59-use-raspberrypi-to-build-an-augmented-traffic-control-system.html) by [Hugo Zhu](http://hugozhu.myalert.info/) |
274 | 287 |
|
275 | 288 |
|
276 | 289 |
|
|
391 | 404 |
|
392 | 405 |
|
393 | 406 |
|
| 407 | +## 跨平台 |
| 408 | +0. [跨平台开发时代的 (再次) 到来?](http://onevcat.com/2015/03/cross-platform/) by [OneV's Den][OneV's Den] |
| 409 | +0. [谈谈 React Native](http://blog.devtang.com/blog/2015/02/01/talk-about-react-native/) by [唐巧][唐巧] |
| 410 | + |
| 411 | + |
| 412 | + |
394 | 413 |
|
395 | 414 | ## 经验之谈 |
396 | 415 | 0. [iOS开发如何提高][iOS开发如何提高] by [唐巧][唐巧] |
|
0 commit comments