Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Implicit conversion of Objective-C pointer type. Bridged cast issue [duplicate]

How to convert from char* to id* with ARC enabled

Using unowned inside of a capture list causing a crash even the block itself isn't executed

cellForRowAtIndexPath: returns nil for a generic prototype cell

Inconsistent object deallocation with ARC?

Discovering at runtime which of a class' instance variables are declared __weak

How can a C callback return an Objective-C object through a userdata pointer?

ARC: sending nil to an object doesn't call its dealloc immediately

Why doesn't ARC free memory when using [NSDate date] but works fine using [[NSDate alloc] init]?

IOS 6.1 with ARC Class from XIB does not get Deallocated, UIClassSwapper

Using instruments to find memory leaks

How do reference-counting smart pointer's avoid or handle reference-counter overflows?

Assignment to ivar in a Block via weak pointer

ARC error: init methods must return a type related to the receiver type [4]

ARC returning object from method best practice (getting memory leak warning)

Does ARC retain objects alloced inside a method parameter

Problem with pointer conversion using Automatic Reference Counting (ARC)