Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Correct way to handle CGImageRef in containers under ARC

ARC, ivars in Blocks and Reference Cycles via Captured Self

Make self weak in methods in Swift

iOS ARC complete?

iOS: why can't you have objects in structs?

Reducing memory usage with UIImagePickerController

Using Instruments to trace memory leak Xcode5 and iOS7

How to release a Firemonkey control properly, in this case a child form with a parent?

Out parameters in ARC Objective-C

How to transfer ownership out of an @autoreleasepool with ARC

generateCGImagesAsynchronouslyForTimes in ARC

in ARC on iOS 5, can you see who caused a release?

Avoiding circular retention using ARC (strong/weak), learning some basics

Is `typeof(self) self = weakSelf` construction legitimate inside block?

Use both Garbage Collector and ARC in objective c

Getting a swift_unknownWeakRelease() in a possible block/closure retain cycle

deinit not called in specific case

Does ARC hold a count for unowned reference?

iOS: Block property directly set crashes when accessed