Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Huge memory usage despite ARC

When do these objects get released under ARC?

UIButton inside UIView inside UIScrollview, ARC issue

How to correctly use ARC with interfaces?

Blocks in non-trivial cycles

Receiver type ‘X’ for instance message is a forward declaration CGPOINT, IOS

Is myiVar = nil supported in ARC?

Apple Instruments: Where do <non-object> items come from?

ARC doesn't apply to struct and enum, how are they deallocated in Swift

ios - 'autorelease is unavailable' errors and 'ARC forbids explicit message send of autorelease' errors

How best to retain self for delegate with ARC?

multithread autorelease issue with ARC?

Understanding ViewController dealloc process

Objective C: Infinite getter method loop after converting to ARC

__strong qualifier used in non ARC project