Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

ARC forbids Objective-C objects in structs or unions despite marking the file -fno-objc-arc

How do I replace weak references when using ARC and targeting iOS 4.0?

Sending an HTTP POST request on iOS

KVO and ARC how to removeObserver

NSString to CFStringRef and CFStringRef to NSString in ARC?

Weak and strong property setter attributes in Objective-C

Does ARC support dispatch queues?

Override setter with arc

iOS 5 Best Practice (Release/retain?)

UIPopovercontroller dealloc reached while popover is still visible

To ARC or not to ARC? What are the pros and cons? [closed]

Explanation of strong and weak storage in iOS5

What does "Receiver type 'CALayer' for instance message is a forward declaration" mean here?

In which situations do we need to write the __autoreleasing ownership qualifier under ARC?

Do I set properties to nil in dealloc when using ARC?

Some questions about Automatic Reference Counting in iOS5 SDK

Fix warning "Capturing [an object] strongly in this block is likely to lead to a retain cycle" in ARC-enabled code

ARC and bridged cast

How do I implement an Objective-C singleton that is compatible with ARC?

Disable Automatic Reference Counting for Some Files