Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Explanation of weak self assignment using __typeof

Which iOS classes that don't support zeroing weak references?

Objective C UIImagePNGRepresentation memory issue (using ARC)

iOS crash on device with ARC enabled

What is the new pattern for releasing self with automatic reference counting?

Want to perform action when __weak ivar is niled

Assigning object to weak reference in Objective-C?

What is an Objective-C "class continuation"?

Why did my app crash when assigning self to __weak local under ARC?

Creating object instance triggers AV

Xcode and ARC debugging issue (skipping dealloc)

copy property and Block_copy(myBlock) / [myBlock copy]

how safe is it to mix ARC and non-ARC code in the same iOS project?

When we should NOT use neither [weak self] nor [unowned self]?

Is it possible to have an iOS app that's not ARC enabled but with some arc files?

Why Swift closure not capture self?

Reduce Peak Memory Usage With @autoreleasepool

class method where self if used within a block

Memory Leak with ARC

What are the advantages of declaring method arguments __autoreleasing?