Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

ARC: "Pointer to non-const type 'id' with no explicit ownership"

ARC, worth it or not?

How do I know if my program has ARC enabled or not?

Seeing where ARC is inserting retain and releases

UIPageViewController crashes when flipped too fast during low memory

UIPopoverController dealloc getting called—ARC environment

Do capture lists of inner closures need to redeclare `self` as `weak` or `unowned`?

I'm writing a Button class in Objective-C with ARC -- How do I prevent Clang's memory leak warning on the selector?

Synthesised properties for primitive data types using ARC -- weak or assign?

Under ARC, is it still advisable to create an @autoreleasepool for loops?

Convert non-ARC to ARC project without recreate it? [closed]

weak property for delegate cannot be formed

Is it ever Ok to have a 'strong' reference for a delegate?

Capturing 'self' strongly in this block is likely to lead to a retain cycle [duplicate]

Automatic Reference Counting (ARC) says that invoking [super dealloc] is forbidden...what is the alternative?

Should I still copy/Block_copy the blocks under ARC?

objective-c ARC readonly properties and private setter implementation

ARC error when declaring delegate ivar

Why can't I release an object anymore? [duplicate]

Lazy initialisation and retain cycle