NSAutoReleasePool使用中drain和release的区别
虽然ARC引入之后NSAutoReleasePool的使用有了很大变化,但是了解NSAutoReleasePool的机制还是十分必要的,下面主要说一下: NSAutoReleasePool pool = [NSAutoReleasePool alloc] init];...
0 likes0 bookmarks0 comments
Tag
Imported from Ghost backup.
虽然ARC引入之后NSAutoReleasePool的使用有了很大变化,但是了解NSAutoReleasePool的机制还是十分必要的,下面主要说一下: NSAutoReleasePool pool = [NSAutoReleasePool alloc] init];...