Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Link Errors with Parse.framework iOS

Debugging Only Obj-C/C in Xcode 4.3?

Overreleased MPMoviePlayerController under ARC in iOS SDK 8.4 on iPad

Do I ever have to call dispatch_release under ARC?

ARC - alloc into a strong property. Creates leak?

iOS 5 Instance variables

Remove objects from NSArray

MKMapView still sending messages to delegate after it's superview has been de-alloc'ed

ARC and weak IBOutlet properties

Messaging a __weak object?

Automatic Reference Counting Issue: Passing address of non-local object to __autoreleasing parameter for write-back

Set delegates to nil under ARC?

Container UIViewController Not Releasing it's Child View Controllers

iOS app with ARC, find who is owner of an object

Singleton with ARC

Compactly disable arc-retain-cycles warning for self-referencing blocks

Recursive Blocks in Objective-C leaking in ARC

Strongly referenced variable may cause memory issues

How to resolve "no known instance method for selector 'performSelector:withObject:afterDelay:'" when migrating to ARC?

Memory warning and crash (ARC) - how to identify why it's happening?