Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

Cocoa-Touch – Delegate confusion

ARC, Blocks and Retain Cycles

Swift Managing Memory

Do we need to use __weak self inside UIAnimationBlocks in ARC?

Pointer casting with ARC

After Auto-ARC Conversion: Assigning retained object to unsafe property; object will be released after assignment

How to add ARC for specific file?

UIViewController does not retain its programmatically-created UISearchDisplayController