Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Should I refer to self.property in the init method with ARC?

How to disable Xcode4.2 Automatic Reference Counting

Understanding retain cycle in depth

Weak Reference to NSTimer Target To Prevent Retain Cycle

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