Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

How to force release on iOS

Avoid Retain Cycles, NSNotificationCenter?

Blocks retain cycle from naming convention?

Objective C 2.0 Garbage Collector VS Automatic Reference Counter in IOS 5 SDK

EXC_BAD_ACCESS using ARC only during testing

Do I need to release CGColorSpaceRef under ARC?

Are private variables in Objective-C strong?

CG Gradient runs on simulator, but not on iPhone

Objective-C: Photo Viewer for iOS with ARC support?

How do I create a CFUUID NSString under ARC that doesn't leak?

Under ARC, how do I release the elements in an NSArray?

Lipo error when coverting iOS project to ARC

Implicit conversion of Objective-C pointer type. Bridged cast issue [duplicate]

How to convert from char* to id* with ARC enabled

Using unowned inside of a capture list causing a crash even the block itself isn't executed

cellForRowAtIndexPath: returns nil for a generic prototype cell