Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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?

Is self.iVar necessary for strong properties with ARC?

when should you use __bridge vs. CFBridgingRelease/CFBridgingRetain?

What does the "strong" keyword do

Using an ARC static library in a NON-ARC project

How to properly address "Weak receiver may be unpredictably null in ARC mode"