Skip to content

Commit 9bbd55d

Browse files
committed
...
1 parent 1df18b1 commit 9bbd55d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
* [UICollection​View](#uicollection​view)
2222
* [UIScrollView](#uiscrollview)
2323
* [UIResponder](#uiresponder)
24+
* [UIWebView](#uiwebview)
2425
* [AutoLayout](#autolayout)
2526
* [Masonry](#masonry)
2627
* [Quartz 2D](#quartz-2d)
2728
* [Core Animation](#core-animation)
29+
* [Audio/Video](#audio/video)
2830
* [编码规范](#编码规范)
2931
* [测试](#测试)
3032
* [并发编程](#并发编程)
@@ -49,6 +51,7 @@
4951
* [二维码](#二维码)
5052
* [字体](#字体)
5153
* [苹果开发者账号](#苹果开发者账号)
54+
* [跨平台](#跨平台)
5255
* [经验之谈](#经验之谈)
5356
* [读书笔记](#读书笔记)
5457
* [Effective Objective-C](#effective-objective-c)
@@ -143,6 +146,8 @@
143146
0. [NSObject的load和initialize方法](http://www.molotang.com/articles/1929.html) by [三石·道][三石·道]
144147

145148
### 字符串
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]
146151
0. [NSString 与 Unicode][NSString 与 Unicode] by [objc中国][objc中国]
147152
0. [玩转字符串][玩转字符串] by [objc中国][objc中国]
148153
0. [字符串本地化][字符串本地化] by [objc中国][objc中国]
@@ -203,6 +208,8 @@
203208
### UIResponder
204209
0. [UIResponder](http://southpeak.github.io/blog/2015/03/07/uiresponder/) by [南峰子的技术博客][南峰子的技术博客]
205210

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]
206213

207214

208215

@@ -249,6 +256,11 @@
249256

250257

251258

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+
252264
## 编码规范
253265
0. [Coding Guidelines for Cocoa][Coding Guidelines for Cocoa] by [iOS Developer Library][iOS Developer Library]
254266
0. [Zen and the Art of the Objective-C Craftsmanship][objc-zen-book]
@@ -271,6 +283,7 @@
271283
0. [TDD的iOS开发初步以及Kiwi使用入门][TDD的iOS开发初步以及Kiwi使用入门] by [OneV's Den][OneV's Den]
272284
0. [Kiwi 使用进阶 Mock, Stub, 参数捕获和异步测试][Kiwi 使用进阶 Mock, Stub, 参数捕获和异步测试] by [OneV's Den][OneV's Den]
273285
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/)
274287

275288

276289

@@ -391,6 +404,12 @@
391404

392405

393406

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+
394413

395414
## 经验之谈
396415
0. [iOS开发如何提高][iOS开发如何提高] by [唐巧][唐巧]

0 commit comments

Comments
 (0)