摘要:
【iOS系列】-iOS的多线程解析iOS的多线程实现技术:1:GCD —— Grand Central Dispatch是基于C语言的底层API用Block定义任务,使用起来非常灵活便捷提供了更多的控制能力以及操作队列中所不能使用的底层函数2:NSOperation&NSOperationQueue... 阅读全文
posted @ 2015-03-24 02:31
Darren.Von
阅读(248)
评论(0)
推荐(0)
摘要:
1:重写allocWithZone方法allocWithZone方法是对象分配内存空间时, alloc方法最终会调用这个方法 + (id)allocWithZone:(struct _NSZone *)zone { static Xxxx *instance; static dispatch_onc... 阅读全文
posted @ 2015-03-24 01:15
Darren.Von
阅读(483)
评论(0)
推荐(0)
浙公网安备 33010602011771号