Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Creating a ZIP file from a folder in documents directory - Objective C (ARC)

ARC + cyclic references collector vs leading edge GC (say .NET 4.5 GC)

Why isUniquelyReferencedNonObjC returns false in this case?

NSHashTable retaining weak reference

When and why would I want to declare a local variable as __weak using ARC?

Prevent ARC from deallocating something that's not currently being used but will be soon?

Local variables default to strong or weak?

'__strong' only applies to objective-c object or block pointer types; type here is XXX" warning

How to use ARC compatible files in non ARC compatible projects

Explain __weak and __strong usage reasons in SDWebImage code

Sending 'NSError *const __strong *' to parameter of type 'NSError *__autoreleasing *' changes retain/release properties of pointer

performSelector: afterDelay: without retaining the target?

"Missing [super dealloc]" warning in an ARC project

UIViewController -dealloc method not called

ARC: __bridge versus __bridge_retained using contextInfo test case

iOS -- initWith methods under arc

AudioServicesAddSystemSoundCompletion under ARC using __bridge

Under ARC, need to set nil to all the strong member when unload the viewcontroller? Is that a must?

Understanding weak reference

id array member instance under ARC