在ARC下使用GCD实现单例模式对应的Demo

时间:2017-02-25 15:53:20
【文件属性】:
文件名称:在ARC下使用GCD实现单例模式对应的Demo
文件大小:68KB
文件格式:ZIP
更新时间:2017-02-25 15:53:20
Singleton 在ARC下使用GCD实现单例模式对应的Demo。
【文件预览】:
Singleton
----SingletonTests()
--------SingletonTests.m(642B)
--------en.lproj()
--------SingletonTests-Info.plist(691B)
----Singleton()
--------AppDelegate.h(277B)
--------Singleton.h(267B)
--------Singleton.m(765B)
--------ViewController.h(215B)
--------Base.lproj()
--------en.lproj()
--------main.m(337B)
--------Images.xcassets()
--------Singleton-Prefix.pch(344B)
--------AppDelegate.m(2KB)
--------Singleton-Info.plist(1KB)
--------ViewController.m(1018B)
----Singleton.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
--------xcuserdata()
----.git()
--------HEAD(23B)
--------index(2KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------description(73B)
--------config(138B)
--------info()
--------hooks()
--------logs()
--------refs()
--------branches()

网友评论

  • 很好的例子,谢谢