Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

iOS - beginning iOS tutorial - underscore before variable?

Does kvo happen when a weak property is set to nil by ARC? [duplicate]

Potential leak of an object stored into CGImageRef

Why can't I alloc/init - get "Assigning retained object to unsafe property" warning?

Must I use __bridge or __bridge_retained if I'm bridging an autoreleased object to Core Foundation?

Tool for transitioning to ARC

How does my ARC app work in iOS 3.x?

ARC, bridged cast and GHUnit

In ARC, why is self in init methods a consumed parameter?

if convert project to Automatic Reference Counting(ARC), Is it still support on iOS 3.X, 4.X?

Objective C / iOS: Memory release with ARC (memory leak)

Having a zombie issue on UISearchDisplayController

Conditional compilation when using ARC

Swift with no ARC

How to automatically convert Manual Retain-Release code to ARC?

is it possible to combine non-ARC and ARC project code?

converting an non ARC project to ARC

Using alloc, init in ARC enabled projects

NSThreads in Automatic Reference Counting(ARC)

ARC or not to ARC iphone iOS5 [closed]