Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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?

iOS bridge vs bridge_transfer

How to know if my Xcode iPhone project is using ARC?

What is the difference in Swift between 'unowned(safe)' and 'unowned(unsafe)'?

Custom Getter & Setter iOS 5

Why does the ARC migrator say that NSInvocation's -setArgument: is not safe unless the argument is __unsafe_unretained?

ARC and CFRelease?

Should I declare variables in interface or using property in objective-c arc?

Objective C - Custom setter with ARC?

How to disable ARC for a single file in Xcode 5?