Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Retaining self with nested blocks?

Why we need property outlet and variable in iOS?

ARC Retain Cycle appears after updating to iOS 6.1

How to work with Automatic Reference Counting (ARC)?

Memory problems when pushing many view controllers on UINavigationController

trouble with NSFastEnumeration protocol and ARC

Why am I getting a retain cycle from passing weak self in to a static function's closure?

ARC - ObjC Objects with CF instance variables

Memory not being released for UICollectionView of large images

Transitioning Audio Unit code to ARC

Why does assigning with a strong property work, but not with a weak one?

`objc_autoreleasePoolPush()` and `objc_autoreleasePoolPop()` functions and `@autoreleasepool` blocks

Why is [weak self] or [unowned self] not needed in Operation Queue?

iOS 5 requires ARC bridged cast

Should IBOutlets be strong or weak under iOS9?

If ARC is handled by the compiler, why is weak not supported on iOS 4 and Mac OS X 10.6?

Playing around with ARC: Force release irritation?

Why don't I need to CFRetain() the result of ABAddressBookGetPersonWithRecordID() in this code

iOS - ViewController not being released when popped under ARC