Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

What is Apple warning against in ARC documentation caveat about pass by reference?

Casting a CFErrorRef to an NSError (or opposite) with ARC

iPhone 4 iOS5 Core Plot and ARC error:"The current deployment target does not support weak references"

NSTimer with block -- am I doing it right?

What is the correct way to create a custom setter for a weak property in Objective C?

How to safely store an id object in a C++ void* member under ARC when no other references hold on to the object?

In ARC do we need to send removeObserver: explicitly?

SFHFKeychainUtils. iOS keychain. ARC compatible

Block gets released whilst in NSDictionary (ARC)

App converted to ARC, now getting warnings about my properties

Defining Objective-C blocks as properties - best practice

What is the difference Memory Leak and a Zombie?

Why do these simple methods compile differently?

Block recursion and breaking retain cycle

iOS and ARC : How to retain self during asynchronous operations?

NSDictionary dictionary vs init alloc vs new

Does an @autoreleasepool {} drain when returning / exiting early?

iOS: Garbage collection

fake va_list in ARC