Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

When we should NOT use neither [weak self] nor [unowned self]?

Is it possible to have an iOS app that's not ARC enabled but with some arc files?

Why Swift closure not capture self?

Reduce Peak Memory Usage With @autoreleasepool

class method where self if used within a block

Memory Leak with ARC

What are the advantages of declaring method arguments __autoreleasing?

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