Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Pragma to explicitly enable ARC?

Returning NSMutableArray object from a method with an NSArray return value

EXC_BAD_ACCESS (SIGSEGV)

Objective-C with ARC: Custom setter does not retain

Objective C - ARC - When to use @autoreleasepool

weak IBOutleCollection is always nil

Where do we put code that was in -dealloc when converting to ARC?

iOS 7.0 and ARC: UITableView never deallocated after rows animation

NSStatusItem appears briefly on launch, but promptly disappears

Batch adding "-fno-objc-arc" flag to (multiple) source files

bridged cast: __bridge_transfer vs __bridge with synthesized setter

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