https://github.com/YouXianMing
摘要: 使用NSOperation以及NSOperationQueueNSOperation vs. Grand Central Dispatch (GCD)在Mac OS X v10.6和iOS4之前,NSOperation 与 NSOperationQueue 不同于GCD,他们使用了完全不同的机制。从... 阅读全文
posted @ 2014-05-04 16:52 YouXianMing 阅读(1391) 评论(0) 推荐(1)
摘要: ARC中的@autoreleasepool还有作用吗?QUESTIONFor the most part with ARC (Automatic Reference Counting), we don't need to think about memory management at all wi... 阅读全文
posted @ 2014-05-04 13:21 YouXianMing 阅读(1203) 评论(1) 推荐(0)
摘要: iOS7中计算UILabel中字符串的高度iOS7中出现了新的方法计算UILabel中根据给定的Font以及str计算UILabel的frameSize的方法.本人提供category如下:UILabel+StringFrame.h//// UILabel+StringFrame.h// Lab... 阅读全文
posted @ 2014-05-04 10:57 YouXianMing 阅读(3451) 评论(1) 推荐(1)