Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

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