多线程GCD,NSThread,NSOperationQueue,详细解释Demo

时间:2017-09-14 04:57:02
【文件属性】:

文件名称:多线程GCD,NSThread,NSOperationQueue,详细解释Demo

文件大小:163KB

文件格式:ZIP

更新时间:2017-09-14 04:57:02

多线程demo

该demo详细解释了gcd NSThread NSOperationQueue的用法.详细解释了子线程中如何刷新UI


【文件预览】:
NSOperationQueue
----NSOperationQueue()
--------MyOperation.m(1KB)
--------en.lproj()
--------MyOperation.h(543B)
--------main.m(338B)
--------NSOperationQueue-Prefix.pch(344B)
--------NSOperationQueue-Info.plist(1KB)
--------Images.xcassets()
--------RootViewController.h(224B)
--------AppDelegate.h(278B)
--------RootViewController.m(3KB)
--------AppDelegate.m(2KB)
----.DS_Store(6KB)
----NSOperationQueue.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(20KB)
----NSOperationQueueTests()
--------NSOperationQueueTests.m(664B)
--------en.lproj()
--------NSOperationQueueTests-Info.plist(689B)
NSTheadDemo
----.DS_Store(6KB)
----NSTheadDemoTests()
--------NSTheadDemoTests-Info.plist(689B)
--------en.lproj()
--------NSTheadDemoTests.m(644B)
----NSTheadDemo()
--------NSTheadDemo-Info.plist(1KB)
--------en.lproj()
--------main.m(333B)
--------Images.xcassets()
--------RootViewController.h(219B)
--------AppDelegate.h(273B)
--------NSTheadDemo-Prefix.pch(344B)
--------RootViewController.m(8KB)
--------AppDelegate.m(3KB)
----NSTheadDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(19KB)
多线程GCDDemo
----.DS_Store(6KB)
----GCDDemoTests()
--------GCDDemoTests-Info.plist(689B)
--------en.lproj()
--------GCDDemoTests.m(628B)
----GCDDemo()
--------ViewController.m(5KB)
--------en.lproj()
--------GCDDemo-Prefix.pch(344B)
--------main.m(329B)
--------Images.xcassets()
--------GCDDemo-Info.plist(1KB)
--------ViewController.h(207B)
--------AppDelegate.h(269B)
--------AppDelegate.m(2KB)
----GCDDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(18KB)

网友评论

  • 很有参考性,还可以多些demo
  • 还不错,可以参考,就是那个operationr demo首次运行获取不了数据,再次打开就可以了,用mainqueue就可以, 不知 是为什么