Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

What are the new type qualifiers introduced with ARC?

Using objc_getClassList under arc

Does ARC work with Core Graphics objects?

What is the correct way to declare a readonly property for ios using ARC

How in Swift to know that struct is deleted from Memory?