Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Using __weak to modify storage of a parameter in implementation

In XCode 4.3.2, when I run the ARC conversion refactor tool, all of my property options that were "retain" are NOT being changed into "strong"

Proper memory management with CFStringRef and CFRelease

CVMetalTextureGetTexture ownerhsip?

iOS view controller memory not released after it's been dismissed

Using the debugger to find all strong references to an object [closed]

Explanation of weak self assignment using __typeof

Which iOS classes that don't support zeroing weak references?

Objective C UIImagePNGRepresentation memory issue (using ARC)

iOS crash on device with ARC enabled

What is the new pattern for releasing self with automatic reference counting?

Want to perform action when __weak ivar is niled

Assigning object to weak reference in Objective-C?

What is an Objective-C "class continuation"?

Why did my app crash when assigning self to __weak local under ARC?

Creating object instance triggers AV

Xcode and ARC debugging issue (skipping dealloc)

copy property and Block_copy(myBlock) / [myBlock copy]

how safe is it to mix ARC and non-ARC code in the same iOS project?