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