Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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"

-[Not A Type retain]: message sent to deallocated instance

Which is the cause for dyld`dyld_fatal_error, a incompatible api on iOS?

SudzC ARC version - objc_msgSend call causes EXC_BAD_ACCESS using 64-bit architecture

Storing email in keychain impossible (KeychainItemWrapper)

How to force xcode to use ARC on a specific file?

error 'autorelease' is unavailable: not available in automatic reference counting mode

ARC and autorelease