Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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]

Clang failed with exit code 254 while converting non-ARC project to Objective-C ARC using XCode

Faking instance variables in Objective-C categories with Associative References - Error "Use of undeclared identifier 'OBJC_ASSOCIATION_RETAIN"

Core Data never release NSData loaded from external storage

ARC-related build failure for OS X Yosemite, XCode 6.1

Why does ARC retain method arguments?

NSMakeCollectable and ARC doesn't work