Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Setting uiimage to nil doesn't release memory with ARC

How can I disable ARC in just part of a file, not the whole thing? [duplicate]

Clang failed with exit code 254 while converting non-ARC project to Objective-C ARC using XCode

Faking instance variables in Objective-C categories with Associative References - Error "Use of undeclared identifier 'OBJC_ASSOCIATION_RETAIN"

Core Data never release NSData loaded from external storage

ARC-related build failure for OS X Yosemite, XCode 6.1

Passing objects safely as opaque context params under ARC

Enabling in ARC in xamarin

Calculating the exact length of an SVG Arc in Python?

Casting an NSError return to a CFErrorRef return

Strange ARC issue not releasing ivar in UIView subclass [duplicate]

Bridge cast required, inconsistent warning while trying to use CGPathRef

Estimating memory usage of Cocos2d game

Copying a block

UIViewController did not deallocate itself

Swizzling methods, that implicitly return a retained object under ARC

Why is ARC complaining about dispatch_queue_create and dispatch_release in iOS 6?

How can I disable ARC for an entire group/folder of files?

recursive block and retain cycles in ARC

Is @autoreleasepool still required for modern iOS 8 NSOperation usage?