Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Explain __weak and __strong usage reasons in SDWebImage code

Sending 'NSError *const __strong *' to parameter of type 'NSError *__autoreleasing *' changes retain/release properties of pointer

performSelector: afterDelay: without retaining the target?

"Missing [super dealloc]" warning in an ARC project

UIViewController -dealloc method not called

ARC: __bridge versus __bridge_retained using contextInfo test case

iOS -- initWith methods under arc

AudioServicesAddSystemSoundCompletion under ARC using __bridge

Under ARC, need to set nil to all the strong member when unload the viewcontroller? Is that a must?

Understanding weak reference

id array member instance under ARC

EXC_BAD_INSTRUCTION when synthesizing @property (weak) IBOutlet NSWindow *window

ARC error when deploying to 10.6

Cocos2D project with many scenes does not release memory properly

iOS ARC - weak and strong properties

Issue with CFArrayRef and NSArray when drawing gradient using ARC

How does C++ code behave under ARC on iOS?

Issue with NSMakeCollectable when converting to ARC

ARC circular reference in objective-c uses delegate

Objective-C multiple nested initWith for a custom class