-5
我是iphone應用程序開發新手。我懷疑當我發送autorelease或保留消息到autorelease池會發生什麼?當我發送autorelease或保留消息到autorelease池時會發生什麼?
NSAutoreleasePool *autoRelease =[ [[ NSAutoreleasePool alloc] init] autorelease];
或
NSAutoreleasePool *autoRelease =[ [[ NSAutoreleasePool alloc] init] retain];
它明確提到在NSAutoreleasePool文檔中... –