Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

Recommended way to declare delegate properties with ARC

Check for ARC in precompile

How to enable ARC for a file in Non-ARC project?

Automatic Reference Counting: Pointer to non-const type 'NSError *' with no explicit ownership

weak or strong for IBOutlet and other [duplicate]

Is ARC really supported in iOS 4? The iOS 4.2 SDK is missing ARC-related symbols at linking time

ARC __bridge modifiers demystified

implicit conversion of an Objective-C pointer to 'void *' is disallowed with ARC

Need Reachability version for ARC in iOS5

How to enable/ disable "Automatic Reference Counting"?

@autoreleasepool without ARC?