Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Collections of zeroing weak references under ARC

What property should I use for a Dispatch Queue after ARC?

NSError and __autoreleasing

What are the advantages and disadvantages of using ARC? [closed]

Referring to weak self inside a nested block

cast of Objective-C pointer type 'NSString *' to C pointer type 'CFStringRef' (aka 'const struct __CFString *') requires a bridged cast

Handling Pointer-to-Pointer Ownership Issues in ARC

Correct bridging for ARC?

Is NSNotificationCenter removeObserver in ARC needed? [duplicate]

Zeroing Weak References in ARC

how to use delegates with Automatic Reference Counting

Instance variables declared in ObjC implementation file

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?