Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Difference between type and lifetime qualifiers

WebView memory leak in windowScriptObject setValue:self forKey:?

Issue With Enabling ARC in COCOS2D

ARC and sending messages to objects without specifying the class at compile time

Subclass non-ARC file into ARC project in Xcode 4

Should I use __unsafe_unretained for temp variables?

UIDatePicker Memory Leak with ARC

NSWindowController's window released immediately

SBJson in non-ARC project

EXC_BAD_ACCESS with NSXMLParser and ARC

Accessor implementation of properties

ARC with non-Foundation Objects

no known class method for selector confusion

ARC error: receiver type for instance message does not declare a method with selector

Weak/Strong Annotations for Non-Synthesized Properties in Objective-C

Can I safely use this weak self auto type shortcut ?

Do system object delegates in ARC need to be set to nil?

AFNetworking in ARC gives compiler warnings after adding -fno-obc-arc

use __weak to local variable in ARC