Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

ios5 ARC what is the compiler flag to exclude a file from ARC?

AutoLayout: removeFromSuperview / removeConstraints throws exception and crashes hard

Property vs. ivar in times of ARC

What is the difference between Objective-C automatic reference counting and garbage collection?

How to enable/disable ARC in an xcode project?

Should an NSString property under ARC be strong or copy?

AVAudioPlayer not playing any sound

How to debug memory leaks when Leaks instrument does not show them?

NSArray of weak references (__unsafe_unretained) to objects under ARC

Generate a UUID string with ARC enabled

What is the equivalent of @autoreleasepool in Swift?

How to enable ARC for a single file

@property definitions with ARC: strong or retain?

Is it possible to debug "Terminated due to memory error"?

ARC - The meaning of __unsafe_unretained?

Cannot use respondsToSelector using ARC on Mac

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