Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

Why is @autoreleasepool still needed with ARC?

How do I declare an array of weak references in Swift?

How does the new automatic reference counting mechanism work?

Custom dealloc and ARC (Objective-C)