ARC的原理詳解

1,ARC的本質 ARC本質是NSAutoreleasePool的直接應用, @autorelease{ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } 其實是: NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init
相關文章
相關標籤/搜索