浏览代码

添加iOS开发总结

shuiping150 9 年之前
父节点
当前提交
067302c12a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      OA_iOS_开发知识点.txt

+ 5 - 0
OA_iOS_开发知识点.txt

@@ -0,0 +1,5 @@
+1.iOS多线程的知识,GCD的详细讲解
+    https://github.com/nixzhu/dev-blog/blob/master/2014-04-19-grand-central-dispatch-in-depth-part-1.md
+2.AsyncSocket的使用
+    https://github.com/robbiehanson/CocoaAsyncSocket
+    这里我们使用GCDAsyncSocket