Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

How to deploy to Snow Leopard with ARC enabled

Setting the contents of a CALayer to a CGImageRef on iOS with ARC on

Debugging strategies for over-retain in ARC?

Weak method argument semantics

Xcode Convert to ARC, Create universal binary fails with error of "can't figure out the architecture type of"

In arc what happens when you don't synthesize

iOS: CFTypeRef disallowed with ARC

What is the advantage of runtime GC over compile-time ARC?

How do I return a struct value from a runtime-defined class method under ARC?

Include non-ARC library in an ARC app?

performSelector ARC warning [duplicate]

ARC error when compiling

Instruments and heap growth, when is growth really a leak?

Returning an autorelease'd CFTypeRef with ARC

Warning when omitting / removing 'strong' attribute from Property?

How do I release an object with a block completion handler under ARC?

ObjC ARC contraction (clang crash)

NSPlaceholderString Memory Leak with ARC

Objective-C: How is ARC Enabled Within GNUStep?

Converting individual files to arc?