Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

ARC __bridge cast Block_copy & Block_release

super dealloc on ARC subclasses

Under Automatic Reference Counting (ARC), where do I put my free() statements?

When ARC working? Compilation or runtime? [duplicate]

When should I use the weak or strong qualifier with IBOutlets? [duplicate]

iOS AdMob memory leak?

Is it too early to use ARC for new projects?

"Fire and forget" class in ARC

MKMapView initWithFrame not releasing memory with ARC

Conversion to Automatic Reference Counting (ARC): 'Use of undeclared identifier' errors

Setting uiimage to nil doesn't release memory with ARC

How can I disable ARC in just part of a file, not the whole thing? [duplicate]

Why does ARC retain method arguments?

NSMakeCollectable and ARC doesn't work