Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

EXC_BAD_INSTRUCTION when synthesizing @property (weak) IBOutlet NSWindow *window

ARC error when deploying to 10.6

Cocos2D project with many scenes does not release memory properly

iOS ARC - weak and strong properties

Issue with CFArrayRef and NSArray when drawing gradient using ARC

How does C++ code behave under ARC on iOS?

Issue with NSMakeCollectable when converting to ARC

ARC circular reference in objective-c uses delegate

Objective-C multiple nested initWith for a custom class

In Objective-C, what does it mean to assign a weak to a strong within a block?

Objective-C and ARC? Use or not to use? [duplicate]

Should I use copy or strong with arrays?

Why do weak NSString properties not get released in iOS?

Will ARC tell me when I must use __block?

_objc_retain", referenced from:__ARCLite__load error in Xcode 4.4

How to release the private property in iOS 7 using ARC

Convert to ARC - LLVM compiler 3.0 Error

ARC & Malloc: EXEC_BAD_ACCESS

Objective-C and ARC: Why value stored to during its initialization is never read?

[CFNumber release]: message sent to deallocated instance