Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Objective-C: ARC forbids explicit message send of 'retain'

Automatic Reference Counting Issue: Assigning retained object to unsafe_unretained variable; object will be released after assignment

iOS: How to remove object from memory with ARC enabled?

Why does a message send cause a retain cycle warning in ARC, but a property set does not?

How can one turn ARC off for specific file

Are there any concrete study of the performance impact of using ARC?

AVAudioPlayer stops playing immediately with ARC

Does cocos2d support ARC?

Objective-C immutable object copyWithZone: ARC-compatible realization

Retained Core Foundation Property

ld: duplicate symbol _objc_retainedObject on iOS 4.3 , but not on iOS 5.0

UIWebView taking lots of memory

UIViewController's didReceiveMemoryWarning in ARC environment

Convert method that returns an autoreleased CGColor to ARC

How does the ARC's zeroing weak pointer behavior implemented?

Change with properties and ivars after ARC migration

Two weak variables referencing each other in Swift?

NSURLConnection sendSynchronousRequest with ARC

Defining a property in iOS class extension

Objective-C Delegates with ARC