Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

How do I return a struct value from a runtime-defined class method under ARC?

Include non-ARC library in an ARC app?

performSelector ARC warning [duplicate]

ARC error when compiling

Instruments and heap growth, when is growth really a leak?

Returning an autorelease'd CFTypeRef with ARC

Warning when omitting / removing 'strong' attribute from Property?

How do I release an object with a block completion handler under ARC?

ObjC ARC contraction (clang crash)

NSPlaceholderString Memory Leak with ARC

Objective-C: How is ARC Enabled Within GNUStep?

Converting individual files to arc?

How to ignore "No visible @interface for X declares the selector"?

What's the right way to set an NSError outparam from inside an autoreleasepool block?

__bridge not needed for method arguments?

What would cause my (strong) declared property to become nil behind my back?

When is self deallocated while dismissing view controller

Should I continue to use iVar and @property (nonatomic, retain) plus @synthesize under Automatic Reference Counting (ARC)?

How to require ARC in a class?

Objective-C associated objects leaking under ARC