Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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?

How to ignore "No visible @interface for X declares the selector"?

What's the right way to set an NSError outparam from inside an autoreleasepool block?

__bridge not needed for method arguments?