一些关于Block, ARC, GCD的总结
摘要:基础解释不做。基础的东西链接如下:1. Block:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html#//apple_ref/doc/...
阅读全文
posted @
2014-07-23 17:07
课蜜黄蜂
阅读(1983)
推荐(0)
Objc中2维指针作为输出参数时由ARC及@autoreleasepool引发的血案
摘要:先看下面一个例子#import #import "AppDelegate.h"@interface Something : NSObject- (void)doWithError:(NSError **)outError;@end@implementation Something- (void)do...
阅读全文
posted @
2014-07-23 16:30
课蜜黄蜂
阅读(463)
推荐(0)