Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

As a new Objective-C developer, what memory-related issues should I watch out for using ARC?

Under ARC, are Blocks automatically copied when assigned to an ivar via the property?

Objective-C naming conventions with ARC and possible caveats

How to properly implement ARC compatible and `alloc init` safe Singleton class? [duplicate]

ARC __block and __weak

ARC, self and blocks

How do i migrate an app to iOS 5? (or turn on ARC)

Unit test for dealloc with ARC in iOS

using ARC, lifetime qualifier assign and unsafe_unretained

realloc() & ARC

Weak self in closures and consequences example

pointer to non-const type Tile * with no explicit ownership

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?