Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

Dismissing Popover, [UIPopoverController dealloc] reached while popover is still visible

Questions about a readonly @property in ARC

Compiler Flags for Mixing ARC and Non-ARC Code are ignored