New posts in automatic-ref-counting

how to use delegates with Automatic Reference Counting

Why do weak NSString properties not get released in iOS?

Referring to weak self inside a nested block

Understanding retain cycle in depth

ios5 ARC what is the compiler flag to exclude a file from ARC?

AVAudioPlayer stops playing immediately with ARC

Weak Reference to NSTimer Target To Prevent Retain Cycle

ARC memory leaks

How to disable Xcode4.2 Automatic Reference Counting

Why is object not dealloc'ed when using ARC + NSZombieEnabled

NSError and __autoreleasing

How to enable/disable ARC in an xcode project?

ios - Parse Issues in NSObjCRuntime, NSZone, and NSObject

Property vs. ivar in times of ARC

Should an NSString property under ARC be strong or copy?

AVAudioPlayer not playing any sound

Retain Cycle in ARC

Instance variables declared in ObjC implementation file

With ARC, what's better: alloc or autorelease initializers?

NSArray of weak references (__unsafe_unretained) to objects under ARC