Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Swift ARC and blocks

How to make GDATAXML compatible with ARC in XCODE 4.2?

Migrating to Arc with poor naming standards

Can't turn off ARC for JSONkit

Strong vs Retain in ARC

What's the equivalent of '[[something retain] autorelease]' in ARC?

how to declare variable of NSString with double pointer

When a view controller is dismissed, should it empty the memory?

How to resolve memory cycle in Swift 4 URLSession.downloadTask?

ARC properties' new attributes

Need more explanation on usage of __autoreleasing

Fix potential memory leak in ARC

Objective-C: blocks in ARC

Is "self" weak within a method in ARC?

In iOS, using ARC, is it sufficient to set all ivars and properties to nil, and release context, image, color space in viewDidUnload?

Weak and strong properties in -viewDidUnload under ARC

SpriteKit not deallocating all used memory

iPhone ARC & Facebook SDK

When to use __block keyword on object references with ARC [duplicate]

NSNotificationCenter removeObserver: in dealloc and thread-safety