Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Adding a project without ARC into project with ARC

In Objective-C with ARC, is it true that we usually only need to specify nonatomic as property attributes?

What is the role of the "copy" in the ARC

Dangling pointers in objective c - does nil also release memory?

Returning autoreleased objects using ARC

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?