Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Weak NSString variable is not nil after setting the only strong reference to nil

ARC and ASIHTTPRequest

ARC memory leaks

With ARC why use @properties anymore?

dismissViewControllerAnimated does not deallocate viewcontroller

Does Objective-C forbid use of structs?

Xcode ARC (automatic reference counting), "release is unavailable"

Object created inside scope deallocated even when used outside of scope

Delphi TThread under ARC (iOS) not being released

Converting NSArray Contents to a varargs (With ARC) For Use With NSString initWithFormat

NSArray vs C Array performance comparison

Retaining ARC objects in c++ classes

iOS5 convert project to ARC fails due to "Error in format of file" How to fix?

Do loops and convenience methods cause memory peaks with ARC?

Get block argument from NSInvocation with ARC

Why is my object's weak delegate property nil in my unit tests?

Automatic Reference Counting: Error with fast enumeration

Objective-C ARC vs. MRR: why the switch?

When is NS_RETURNS_RETAINED needed?

NSPointerArray weird compaction