Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

How to integrate ASIHTTPRequest in ARC

Struct cannot have a stored property that references itself [duplicate]

Do I need ARC keywords for properties that I don't synthesize?