NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; up vote -1 down vote favorite I found this code while learning objective c programming ...
NSAutoreleasePool的官方解释 Important If you use Automatic Reference Counting (ARC), you cannot use autorelease pools directly. Instead, you use @autorelease...