Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Objective-C implicit conversion of obj-c pointer to autoreleasing id<protocol> error

CF_RETURNS_RETAINED or CF_RETURNS_NOT_RETAINED: which to use when?

Why is __strong required in fast enumeration loops with ARC

How do I manually retain in Swift with ARC?

Destroying objects on demand with ARC

Enable ARC for theos build system

Removing observers in post-ARC Cocoa

ARC __bridge cast Block_copy & Block_release

super dealloc on ARC subclasses

Under Automatic Reference Counting (ARC), where do I put my free() statements?

When ARC working? Compilation or runtime? [duplicate]

When should I use the weak or strong qualifier with IBOutlets? [duplicate]

iOS AdMob memory leak?

Is it too early to use ARC for new projects?