Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

When is NS_RETURNS_RETAINED needed?

NSPointerArray weird compaction

Forcing an object to deallocate under ARC

Weak property is set to nil in dealloc but property's ivar is not nil

Passing blocks in Objective-C

How do I know whether the compiler has ARC support enabled?

ARC forbids explicit message send of 'retain' issue

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